nuttx/arch/arm/src/efm32
2017-02-28 18:22:58 -06:00
..
chip
chip.h
efm32_adc.c Fixes for coding standard: '*' needs to 'snuggle' with following variable name 2017-02-28 18:22:58 -06:00
efm32_adc.h
efm32_bitband.c
efm32_bitband.h
efm32_clockconfig.c I'm using syslog through ITM. In this case syslog_channel function is call before ram initialisation in stm32_clockconfig. But syslog channel uses a global variable that is reset to default by the RAM initialization. 2016-07-14 07:29:39 -06:00
efm32_clockconfig.h
efm32_config.h Rename CONFIG_SYSLOG_CONSOLE to CONFIG_CONSOLE_SYSLOG 2016-06-21 09:35:51 -06:00
efm32_dma.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_dma.h EFM32/DM320: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 12:50:18 -06:00
efm32_flash.c Fix EFM32 FLASH conditional compilation 2016-06-03 08:38:11 -06:00
efm32_gpio.c Centralize definitions associated with CONFIG_DEBUG_GPIO 2016-06-15 09:20:23 -06:00
efm32_gpio.h Centralize definitions associated with CONFIG_DEBUG_GPIO 2016-06-15 09:20:23 -06:00
efm32_gpioirq.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_i2c.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_i2c.h Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming 2016-02-02 12:08:23 -06:00
efm32_idle.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
efm32_irq.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_leserial.c Adapt some drivers to utilize the IRQ argument feature. 2017-02-27 20:54:18 -06:00
efm32_lowputc.c EFM32: Fix a compilation error 2016-12-07 09:13:13 -06:00
efm32_lowputc.h
efm32_pm.h
efm32_pwm.c Adapt some drivers to utilize the IRQ argument feature. 2017-02-27 20:54:18 -06:00
efm32_pwm.h pwm.h moved from include/nuttx/ to include/nuttx/drivers. 2016-07-20 13:48:24 -06:00
efm32_rmu.c EFM32/DM320: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 12:50:18 -06:00
efm32_rmu.h Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn(). 2016-06-20 09:37:08 -06:00
efm32_rtc_burtc.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_rtc.h
efm32_serial.c EFM32 Serial: Convert to use new interrupt argument interface. 2017-02-28 11:24:06 -06:00
efm32_spi.c arch: Disable priority inheritance on all semaphores used for signaling in all SPI drivers 2016-11-03 14:51:44 -06:00
efm32_spi.h For LK MCUs, rename up_spiinitialize to kl_spibus_initialize 2016-01-26 16:19:03 -06:00
efm32_start.c I'm using syslog through ITM. In this case syslog_channel function is call before ram initialisation in stm32_clockconfig. But syslog channel uses a global variable that is reset to default by the RAM initialization. 2016-07-14 07:29:39 -06:00
efm32_start.h
efm32_timer.c Centralize definitions associated with CONFIG_DEBUG_TIMER 2016-06-16 07:16:25 -06:00
efm32_timer.h
efm32_timerisr.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_usb.h
efm32_usbdev.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_usbhost.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_vectors.S
Kconfig Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
Make.defs ELF: Move ARMv6-M, ARMv7-M, and legacy ARM versions of ELF relocation logic to libc/machine 2017-01-21 15:24:25 -06:00