mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 17:31:27 +00:00
mcu: ipq807x: add support for EdgeCore EAP102
This includes default configuration for the on-board Nordic nRF52840 MCU in EdgeCore EAP102. A Zephyr based sample 'hci_usb' firmware is selected. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
ee7bf9671a
commit
d59e58b794
18
feeds/mcu/mcu/files/uci-defaults/ipq807x
Normal file
18
feeds/mcu/mcu/files/uci-defaults/ipq807x
Normal file
@ -0,0 +1,18 @@
|
||||
[ -e /etc/config/mcu ] && exit 0
|
||||
|
||||
touch /etc/config/mcu
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/functions/mcu.sh
|
||||
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
edgecore,eap102)
|
||||
mcu_add_uci_config "nrf52840_usb" "usb" "mcuboot" \
|
||||
"zephyr-v3.3.x__hci_usb" \
|
||||
"mcu-enable"
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
Loading…
Reference in New Issue
Block a user