Skip to content

MISC: update to zephyr master and add initial wifi support #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mass rebuild
  • Loading branch information
facchinm committed Dec 19, 2024
commit 0a3af36a2ec61a6afefa69e40f9f4b8d24efa94a
Binary file modified firmwares/zephyr-arduino_giga_r1_m7.bin
Binary file not shown.
Binary file modified firmwares/zephyr-arduino_giga_r1_m7.elf
Binary file not shown.
Binary file modified firmwares/zephyr-arduino_nano_33_ble_sense.bin
Binary file not shown.
Binary file modified firmwares/zephyr-arduino_nano_33_ble_sense.elf
Binary file not shown.
Binary file modified firmwares/zephyr-arduino_portenta_h7.bin
Binary file not shown.
Binary file modified firmwares/zephyr-arduino_portenta_h7.elf
Binary file not shown.
Binary file modified firmwares/zephyr-ek_ra8d1.elf
Binary file not shown.
3,998 changes: 2,002 additions & 1,996 deletions firmwares/zephyr-ek_ra8d1.hex

Large diffs are not rendered by default.

Binary file modified firmwares/zephyr-frdm_mcxn947_mcxn947_cpu0.bin
Binary file not shown.
Binary file modified firmwares/zephyr-frdm_mcxn947_mcxn947_cpu0.elf
Binary file not shown.
Binary file modified firmwares/zephyr-frdm_rw612.bin
Binary file not shown.
Binary file modified firmwares/zephyr-frdm_rw612.elf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
#define CONFIG_DT_HAS_ZEPHYR_BT_HCI_UART_ENABLED 1
#define CONFIG_DT_HAS_ZEPHYR_CDC_ACM_UART_ENABLED 1
#define CONFIG_DT_HAS_ZEPHYR_MEMORY_REGION_ENABLED 1
#define CONFIG_TAINT_BLOBS 1
#define CONFIG_ZEPHYR_ARDUINO_API_MODULE 1
#define CONFIG_ZEPHYR_CMSIS_MODULE 1
#define CONFIG_HAS_CMSIS_CORE 1
Expand All @@ -123,6 +124,7 @@
#define CONFIG_ZEPHYR_HAL_INTEL_MODULE 1
#define CONFIG_ZEPHYR_HAL_NORDIC_MODULE 1
#define CONFIG_ZEPHYR_HAL_NXP_MODULE 1
#define CONFIG_ZEPHYR_HAL_NXP_MODULE_BLOBS 1
#define CONFIG_ZEPHYR_HAL_RENESAS_MODULE 1
#define CONFIG_ZEPHYR_HAL_RPI_PICO_MODULE 1
#define CONFIG_ZEPHYR_HAL_SILABS_MODULE 1
Expand Down Expand Up @@ -556,5 +558,6 @@
#define CONFIG_CHECK_INIT_PRIORITIES 1
#define CONFIG_WARN_DEPRECATED 1
#define CONFIG_EXPERIMENTAL 1
#define CONFIG_TAINT 1
#define CONFIG_ENFORCE_ZEPHYR_STDINT 1
#define CONFIG_LEGACY_GENERATED_INCLUDE_PATH 1
Loading