mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
arch/arm: initial support for NRF91
Port based on arch/arm/nrf53. Modem not fully supported yet. At the moment, initialization and AT interface work. Sockets and GNSS interface will be added later.
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
4af8c58b93
commit
56961d9f34
@@ -68,7 +68,7 @@ config ALLOW_MIT_COMPONENTS
|
||||
|
||||
config ALLOW_BSDNORDIC_COMPONENTS
|
||||
bool "Use components that have 5-Clause Nordic licenses"
|
||||
depends on ARCH_CHIP_NRF52 || ARCH_CHIP_NRF53
|
||||
depends on ARCH_CHIP_NRF52 || ARCH_CHIP_NRF53 || ARCH_CHIP_NRF91
|
||||
default n
|
||||
---help---
|
||||
When this option is enabled the project will allow the use
|
||||
|
||||
Reference in New Issue
Block a user