Skip to content

Commit 54a3a4c

Browse files
committed
update to zephyr 4.0.99
1 parent d3e505a commit 54a3a4c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

extra/build_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
./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
77
./extra/build.sh arduino_portenta_h7//m7 arduino_portenta_h7
88
./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

loader/boards/arduino_nano_33_ble_sense.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ CONFIG_BT_BUF_ACL_RX_SIZE=255
77
CONFIG_BT_BUF_CMD_TX_SIZE=255
88
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
99
CONFIG_BT_MAX_CONN=4
10-
CONFIG_BT_TINYCRYPT_ECC=n
1110
CONFIG_BT_CTLR_ADV_EXT=y
1211
CONFIG_BT_CTLR_ADV_PERIODIC=y
1312

west.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ manifest:
1212
- name: zephyrproject-rtos
1313
url-base: https://github.com/zephyrproject-rtos
1414
- name: arduino
15-
url-base: https://github.com/facchinm
15+
url-base: https://github.com/arduino
1616

1717
projects:
1818
- name: zephyr
1919
remote: arduino
20-
revision: arduino_core_merge
20+
revision: arduino_core_merge_4.0.99
2121
import:
2222
name-allowlist:
2323
- cmsis

0 commit comments

Comments
 (0)