nuttx/arch/arm/src/nrf91
raiden00pl 9d761b8ca4 arch/{nrf52|nrf53|nrf91}/tim.c: fix typo
fix offset for EVENT COMPARE0
2024-01-28 09:46:34 -08:00
..
hardware arch/{nrf53|nrf91}: port cc99d94cfd change from nrf52 2023-08-13 11:45:06 -03:00
.gitignore
chip.h
CMakeLists.txt nrf91: initial support for GNSS (GPS only for now) 2023-11-16 20:32:41 -08:00
Kconfig nrf91: initial support for GNSS (GPS only for now) 2023-11-16 20:32:41 -08:00
Make.defs nrf91: initial support for GNSS (GPS only for now) 2023-11-16 20:32:41 -08:00
nrf91_allocateheap.c
nrf91_clockconfig.c arch/nrf91/clock: various fixes for LFCLK 2023-07-09 10:41:13 -03:00
nrf91_clockconfig.h
nrf91_config.h
nrf91_errata.c arch/nrf91: add errata workarounds 2023-07-09 10:41:13 -03:00
nrf91_errata.h arch/nrf91: add errata workarounds 2023-07-09 10:41:13 -03:00
nrf91_flash.c
nrf91_gpio.c
nrf91_gpio.h
nrf91_i2c.c arch/{nrf52|nrf53|nrf91}: handle I2C errors in interrupt mode 2023-08-14 17:51:48 +08:00
nrf91_i2c.h
nrf91_idle.c
nrf91_irq.c
nrf91_irq.h
nrf91_lowputc.c arch/nrf{52|53|91}: add missing support for 1 Mbps UART baud 2023-12-02 19:40:09 -08:00
nrf91_lowputc.h
nrf91_modem_at.c nrf91: initial support for GNSS (GPS only for now) 2023-11-16 20:32:41 -08:00
nrf91_modem_at.h nrf91: initial support for GNSS (GPS only for now) 2023-11-16 20:32:41 -08:00
nrf91_modem_gnss.c nrf91: initial support for GNSS (GPS only for now) 2023-11-16 20:32:41 -08:00
nrf91_modem_gnss.h nrf91: initial support for GNSS (GPS only for now) 2023-11-16 20:32:41 -08:00
nrf91_modem_os.c kernel: replace all sem_* to nxsem_*: in kernel space 2023-10-25 15:46:03 +08:00
nrf91_modem_sock.c nrf91/nrf91_modem_sock.c: fix printf warnings 2023-11-16 20:32:41 -08:00
nrf91_modem.c nrf91/nrf91_modem.c: configure system mode 2023-11-16 20:32:41 -08:00
nrf91_modem.h nrf91/nrf91_modem.c: add support for board-specific modem configuration 2023-11-16 20:32:41 -08:00
nrf91_nrfx_ipc.c
nrf91_nrfx_ipc.h arch/nrf91: add missing include guards 2023-08-20 22:53:38 +08:00
nrf91_rtc.c
nrf91_rtc.h
nrf91_serial.c arch/nrf{52|53|91}/serial: fix serial registration when ther is no console on serial 2023-09-21 20:31:03 +08:00
nrf91_serial.h Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
nrf91_spi.c
nrf91_spi.h
nrf91_spu.c Update kconfig2html.c 2023-12-14 20:02:52 -08:00
nrf91_spu.h arch/nrf91: add missing include guards 2023-08-20 22:53:38 +08:00
nrf91_start.c arch/{all stm32 | all nordic | at32}: simplify the enable condition for up_perf_init 2023-10-03 12:53:10 +08:00
nrf91_start.h
nrf91_systick.c
nrf91_tickless_rtc.c
nrf91_tim_lowerhalf.c arch/nrf{52|53|91}: fix timer for small intervals and correct CC overflow check 2023-09-29 18:21:01 +08:00
nrf91_tim_lowerhalf.h
nrf91_tim.c arch/{nrf52|nrf53|nrf91}/tim.c: fix typo 2024-01-28 09:46:34 -08:00
nrf91_tim.h
nrf91_uid.c
nrf91_uid.h
nrf91_utils.c