Releases: redwirelabs/nerves_system_sama5d27_wlsom1_ek
v0.4.2
- Changes
- Add support for WILC3000 Wi-Fi + Bluetooth module
- Update U-Boot to linux4sam-2022.10
v0.4.1
Update your application's nerves_runtime to 0.13.3
or greater if you
need the fix for Nerves.Runtime.poweroff
.
-
Changes
- Enable the U-Boot console
- Update
nerves_system_br
for:nerves_heart
changes to the watchdog for reboots and poweroff- Buildroot bug/security fixes
-
Updated dependencies
Known Issues
The WILC3000 Wi-Fi / BLE module does not appear to be working in this version. The wilc-sdio
driver loads, but the module doesn't show up as wlan0
.
v0.4.0
This version brings several dependencies up to date:
- Erlang
OTP 25
- Linux kernel
linux4microchip-2022.10
- AT bootloader
v4.0.5
- Toolchain
1.6.1
- GCC 11
The logical GPIO numbers have been updated to be compatible with Circuits.GPIO. For example, pin PA1
is logically gpio1
. See the GPIO section in the readme for a full chart of the mappings.
- Dependencies
Known Issues
The WILC3000 Wi-Fi / BLE module does not appear to be working in this version. The wilc-sdio
driver loads, but the module doesn't show up as wlan0
.
v0.3.0
This version bumps the toolchain to v1.4.3 which includes updates to GCC 10.
- Dependencies