Files
Scanning the repository...
          Last update 1 year 10 months
                      by            Jesse Riemens                  
            
    | Fileszephyr_containerzephyr_project | |
|---|---|
| .. | |
| .vscode | |
| app | |
| dts | |
| scripts | |
| tests | |
| zephyr | |
| .gitignore | |
| CMakeLists.txt | |
| Kconfig | |
| LICENSE | |
| README.md | |
| prj.config | |
| west.yml | 
west.yml# Copyright (c) 2021 Nordic Semiconductor ASA # SPDX-License-Identifier: Apache-2.0 manifest: self: west-commands: scripts/west-commands.yml remotes: - name: zephyrproject-rtos url-base: https://github.com/zephyrproject-rtos projects: - name: zephyr remote: zephyrproject-rtos revision: main import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application. name-allowlist: - cmsis # required by the ARM port - hal_espressif # required by the esp32 board (Espressif based)
 
 
 
 
 
 
 
