nuttx/arch/arm/src/nrf52
Xiang Xiao 69df58c2e8 Replace __attribute__((no_instrument_function)) with noinstrument_function;
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-07-29 21:55:21 -03:00
..
hardware Fix various typos 2021-07-25 18:36:53 -07:00
sdc sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
.gitignore nRF52: add support for building SoftDevice BLE controller 2021-02-02 14:40:26 -08:00
chip.h arch: arm: nrf52: fix nxstyle errors 2021-03-24 23:58:46 -07:00
Kconfig nRF52: add support for building SoftDevice BLE controller 2021-02-02 14:40:26 -08:00
Make.defs arch/: Clean what was made during context in distclean. 2021-07-21 16:52:36 -03:00
nrf52_adc.c adc: add ioctl command to get the number of configured channels 2021-07-26 19:45:47 -07:00
nrf52_adc.h nrf52 ADC: pass configuration struct as const 2020-11-29 12:53:11 -03:00
nrf52_allocateheap.c arch: arm: nrf52: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
nrf52_clockconfig.c Fix various typos 2021-07-25 18:36:53 -07:00
nrf52_clockconfig.h arch: arm: nrf52: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
nrf52_config.h arch: arm: nrf52: fix nxstyle errors 2021-03-24 23:58:46 -07:00
nrf52_flash.c arch: arm: nxstyle fixes 2021-04-08 22:48:46 -05:00
nrf52_gpio.c sched: Don't include nuttx/sched.h inside sched.h 2021-05-24 12:11:53 +09:00
nrf52_gpio.h NuttX: Janne Rosberg: update licenses to Apache 2021-04-10 06:42:19 -05:00
nrf52_gpiote.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_gpiote.h nrf52 GPIO/GPIOTE: better expose pin interrupt capability 2020-11-09 20:23:29 +01:00
nrf52_i2c_bitbang.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_i2c_bitbang.h nRF52: add I2C bitbang implementation 2021-01-24 19:03:56 -08:00
nrf52_i2c.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_i2c.h nrf52: Changed headers for apache 2.0 license 2020-10-10 12:24:28 -06:00
nrf52_idle.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
nrf52_irq.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_irq.h arch: arm: nrf52: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
nrf52_lowputc.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_lowputc.h arch: arm: nrf52: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
nrf52_nvmc.c arch: arm: nxstyle fixes 2021-04-08 22:48:46 -05:00
nrf52_nvmc.h arch: arm: nrf52: fix nxstyle errors 2021-03-24 23:58:46 -07:00
nrf52_pminitialize.c nrf52: add SPI PM support (disable/enable SPI peripheral on sleep) 2020-11-12 08:01:25 +01:00
nrf52_ppi.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_ppi.h nRF52: add support for building SoftDevice BLE controller 2021-02-02 14:40:26 -08:00
nrf52_pwm.c pwm: add option to break the loops when using multiple PWM channels 2021-07-26 10:34:16 -03:00
nrf52_pwm.h nrf52: add PWM support 2020-09-13 10:57:11 -03:00
nrf52_radio.c Fix various typos 2021-07-25 18:36:53 -07:00
nrf52_radio.h Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
nrf52_rng.c arch: arm: update licenses to Apache 2021-05-31 01:37:27 -05:00
nrf52_rtc.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_rtc.h nRF52 tickless RTC: fix timer not firing on edge case 2021-02-02 14:37:22 -08:00
nrf52_sdc.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_sdc.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nrf52_serial.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_serial.h arch: arm: nrf52: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
nrf52_spi.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_spi.h nrf52: Changed headers for apache 2.0 license 2020-10-10 12:24:28 -06:00
nrf52_start.c Replace __attribute__((no_instrument_function)) with noinstrument_function; 2021-07-29 21:55:21 -03:00
nrf52_start.h NuttX: Janne Rosberg: update licenses to Apache 2021-04-10 06:42:19 -05:00
nrf52_systick.c arch: arm: nrf52: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
nrf52_tickless_rtc.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_tim_lowerhalf.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_tim_lowerhalf.h arch/arm/src/nrf52: add support for TIMER lowerhalf 2020-07-20 17:11:11 +01:00
nrf52_tim.c Fix various typos 2021-07-25 18:36:53 -07:00
nrf52_tim.h nrf52: Fix typo, replace setcc with getcc 2020-09-22 21:07:31 -03:00
nrf52_uid.c arch: arm: nrf52: fix nxstyle errors 2021-03-24 23:58:46 -07:00
nrf52_uid.h arch: arm: nrf52: fix nxstyle errors 2021-03-24 23:58:46 -07:00
nrf52_utils.c arch: arm: nrf52: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
nrf52_wdt_lowerhalf.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nrf52_wdt_lowerhalf.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nrf52_wdt.c nrf52_wdt: split into low-level API and watchdog driver lower-half 2020-10-29 20:17:33 -03:00
nrf52_wdt.h arch: arm: nrf52: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
nrf52832_errdata.c arch: arm: update licenses to Apache 2021-05-31 01:37:27 -05:00