Rename board from ews_board to ews and fix board discovery
- Rename board directory: ews_board -> ews - Rename board files: ews_board.dts -> ews.dts, ews_board_defconfig -> ews_defconfig - Update board identifier and compatible strings - Add board.cmake for runner configuration - Set BOARD_ROOT in CMakeLists.txt to enable custom board discovery - Update all documentation with new board name: west build -b ews
This commit is contained in:
@@ -34,7 +34,7 @@ A Zephyr-based firmware for the EWS board that provides:
|
||||
## Building
|
||||
|
||||
```bash
|
||||
west build -b ews_board
|
||||
west build -b ews
|
||||
```
|
||||
|
||||
## CDC Protocol
|
||||
|
||||
Reference in New Issue
Block a user