File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
./extra/build.sh arduino_giga_r1//m7 arduino_giga_r1_m7
6
- ./extra/build.sh arduino_nano_33_ble_sense arduino_nano_33_ble_sense
6
+ ./extra/build.sh arduino_nano_33_ble//sense arduino_nano_33_ble_sense
7
7
./extra/build.sh arduino_portenta_h7//m7 arduino_portenta_h7
8
8
./extra/build.sh ek_ra8d1 ek_ra8d1
9
- ./extra/build.sh frdm_mcxn947/mcxn947/cpu0 frdm_mcxn947_mcxn947_cpu0
9
+ ./extra/build.sh frdm_mcxn947/mcxn947/cpu0 frdm_mcxn947_mcxn947_cpu0
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ CONFIG_BT_BUF_ACL_RX_SIZE=255
7
7
CONFIG_BT_BUF_CMD_TX_SIZE=255
8
8
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
9
9
CONFIG_BT_MAX_CONN=4
10
- CONFIG_BT_TINYCRYPT_ECC=n
11
10
CONFIG_BT_CTLR_ADV_EXT=y
12
11
CONFIG_BT_CTLR_ADV_PERIODIC=y
13
12
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ manifest:
12
12
- name : zephyrproject-rtos
13
13
url-base : https://github.com/zephyrproject-rtos
14
14
- name : arduino
15
- url-base : https://github.com/facchinm
15
+ url-base : https://github.com/arduino
16
16
17
17
projects :
18
18
- name : zephyr
19
19
remote : arduino
20
- revision : arduino_core_merge
20
+ revision : arduino_core_merge_4.0.99
21
21
import :
22
22
name-allowlist :
23
23
- cmsis
You can’t perform that action at this time.
0 commit comments