nuttx/arch/arm/src/efm32
2018-05-01 06:23:52 -06:00
..
chip arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
chip.h
efm32_adc.c Make sure that labeling is used consistently in all function headers (part 2). 2018-02-01 12:03:55 -06:00
efm32_adc.h
efm32_bitband.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
efm32_dma.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
efm32_flash.c progmem interface: Discern r/w and erase page sizes. Introduce new up_progmem_erasesize architecture API to be able to communicate the read/write page size independently from erase page size. Implement up_progmem_erasesize for all architectures that already support progmem, assuming that for those architectures the sizes of both read/write and erase pages are identical. 2018-05-01 06:23:52 -06:00
efm32_gpio.c
efm32_gpio.h
efm32_gpioirq.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_i2c.c i2c/i2c_master.h: Change incorrect comment about I2C_TRANSFER return value to indicate that the method returns zero on success rather than the number of bytes transferred. 2018-03-22 06:51:09 -06:00
efm32_i2c.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -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 ARM: Remove redundant interrupt stack coloring 2017-03-16 19:13:39 +08:00
efm32_leserial.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
efm32_lowputc.c EFM32: Fix a compilation error 2016-12-07 09:13:13 -06:00
efm32_lowputc.h
efm32_pm.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
efm32_pwm.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
efm32_pwm.h arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
efm32_rmu.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
efm32_rmu.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
efm32_rtc.h
efm32_rtc_burtc.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
efm32_serial.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
efm32_spi.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
efm32_spi.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
efm32_vectors.S Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
Kconfig fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation. 2017-11-13 09:08:39 -06:00
Make.defs armv7-a, armv7-r, armv7-m: Add atomic read-add-write and read-subtract-write functions. 2018-02-04 12:22:03 -06:00