File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/variants/${BOARD})
5
5
elseif (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /variants/${BOARD}${NORMALIZED_BOARD_QUALIFIERS} )
6
6
set (variant_dir variants/${BOARD}${NORMALIZED_BOARD_QUALIFIERS} )
7
7
else ()
8
- message (FATAL_ERROR "Variant dir not found: variants/${BOARD} , variants/${BOARD}${NORMALIZED_BOARD_QUALIFIERS} " )
8
+ message (INFO "Variant dir not found: variants/${BOARD} , variants/${BOARD}${NORMALIZED_BOARD_QUALIFIERS} " )
9
9
endif ()
10
10
11
11
if (CONFIG_ARDUINO_API )
Original file line number Diff line number Diff line change 6
6
7
7
manifest :
8
8
self :
9
- path : modules/lib/Arduino-Zephyr-API
9
+ path : modules/lib/ArduinoCore-zephyr
10
10
11
11
remotes :
12
12
- name : zephyrproject-rtos
13
13
url-base : https://github.com/zephyrproject-rtos
14
+ - name : arduino
15
+ url-base : https://github.com/facchinm
14
16
15
17
projects :
16
18
- name : zephyr
17
- remote : zephyrproject-rtos
18
- revision : main
19
+ remote : arduino
20
+ revision : arduino_core_merge
19
21
import :
20
22
name-allowlist :
21
- - cmsis # required by the ARM port
22
- - hal_nordic # required by the custom_plank board (Nordic based)
23
+ - cmsis
24
+ - hal_nordic
23
25
- hal_ti
26
+ - hal_ambiq
27
+ - hal_espressif
28
+ - hal_infineon
29
+ - hal_intel
30
+ - hal_nxp
31
+ - hal_stm32
32
+ - hal_xtensa
33
+ - hal_nordic
34
+ - hal_renesas
35
+ - littlefs
36
+ - tinycrypt
37
+ - mbedtls
38
+ - segger
39
+ - thrift
40
+ - name : ArduinoCore-API
41
+ path : modules/lib/ArduinoCore-API
42
+ revision : master
43
+ url :
[email protected] :arduino/ArduinoCore-API
You can’t perform that action at this time.
0 commit comments