.. |
chip
|
EFM32 USB Device: Is not basically functional with this change. From Pierre-noel Bouteville.
|
2015-02-16 15:45:49 -06:00 |
chip.h
|
|
|
efm32_clockconfig.c
|
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
|
2015-07-10 18:41:26 -06:00 |
efm32_clockconfig.h
|
|
|
efm32_config.h
|
SYSLOG: Add an option to use the syslog'ing device as the system consolution. This option enables a low-level, write-only console device at /dev/console (similar to the low-level UART console device). From Pierre-noel Bouteville.
|
2015-02-08 06:53:24 -06:00 |
efm32_dma.c
|
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
|
2014-11-25 13:15:09 -06:00 |
efm32_dma.h
|
EFM32: Integrate SPI DMA capability
|
2014-10-26 11:22:16 -06:00 |
efm32_gpio.c
|
EFM32: Add I2C driver. From Pierre-noel Bouteville
|
2015-03-14 14:47:53 -06:00 |
efm32_gpio.h
|
EFM32: Add I2C driver. From Pierre-noel Bouteville
|
2015-03-14 14:47:53 -06:00 |
efm32_gpioirq.c
|
EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by Pierre
|
2014-11-08 06:18:21 -06:00 |
efm32_i2c.c
|
EFM32: Add I2C driver. From Pierre-noel Bouteville
|
2015-03-14 14:47:53 -06:00 |
efm32_idle.c
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
efm32_irq.c
|
All ARMV7-M IRQ setup: Always set the NVIC vector table address. This is needed in cases where the code is running with a bootload and when the code is running from RAM. It is also needed by the logic of up_ramvec_initialize() which gets the vector base address from the NVIC. Suggested by Pavel Pisa
|
2015-08-21 08:42:24 -06:00 |
efm32_leserial.c
|
More missing semicolons after DEBUGASSERT
|
2015-05-27 13:32:39 -06:00 |
efm32_lowputc.c
|
EFM32 USART setup: Computation of BAUD includes shift; Eliminate additional shift. From Pierre-noel Bouteville
|
2014-11-16 07:57:57 -06:00 |
efm32_lowputc.h
|
EFM32: Integrate Pierre's SPI driver
|
2014-10-26 09:27:55 -06:00 |
efm32_pm.h
|
EFM32: Add USB build support
|
2014-11-04 06:47:14 -06:00 |
efm32_pwm.c
|
EFM32 Timer/PWM: Add support for timer/PWM EFM32GG. From Pierre-noel Bouteville
|
2014-12-26 09:55:19 -06:00 |
efm32_pwm.h
|
EFM32 Timer/PWM: Add support for timer/PWM EFM32GG. From Pierre-noel Bouteville
|
2014-12-26 09:55:19 -06:00 |
efm32_rmu.c
|
EFM32 updates from Pierre-noel Bouteville
|
2015-03-08 07:12:47 -06:00 |
efm32_rmu.h
|
EFM32 updates from Pierre-noel Bouteville
|
2015-03-08 07:12:47 -06:00 |
efm32_rtc_burtc.c
|
Updated EFM32 RTC driver from Pierre-noel Bouteville
|
2015-05-19 14:53:01 -06:00 |
efm32_rtc.h
|
Forgot to add a file in the last commit
|
2015-02-13 10:05:10 -06:00 |
efm32_serial.c
|
Cosmetic
|
2015-04-09 07:59:31 -06:00 |
efm32_spi.c
|
Correct write to incorrect register in EFM32 SPI driver. From Pierre-noel Bouteville.
|
2015-06-09 12:50:30 -06:00 |
efm32_spi.h
|
EFM32: Cosmetic changes to comments and format
|
2014-10-26 12:48:47 -06:00 |
efm32_start.c
|
In go_os_start that sets the IDLE thread stack coloration, mov does not set condition codes which are tested by the following beq. Need to use movs instead. Noted by David Sidrane
|
2015-05-07 20:36:08 -06:00 |
efm32_start.h
|
|
|
efm32_timer.c
|
EFM32 Timer/PWM: Add support for timer/PWM EFM32GG. From Pierre-noel Bouteville
|
2014-12-26 09:55:19 -06:00 |
efm32_timer.h
|
EFM32 Timer/PWM: Add support for timer/PWM EFM32GG. From Pierre-noel Bouteville
|
2014-12-26 09:55:19 -06:00 |
efm32_timerisr.c
|
Add EFM32 SysTick timer support
|
2014-10-18 15:27:36 -06:00 |
efm32_usb.h
|
EFM32 USB host: Add missing trace data and some missing connection-related logic; update a configuration
|
2015-04-30 13:46:53 -06:00 |
efm32_usbdev.c
|
Fix more common typos
|
2015-08-16 11:06:29 -06:00 |
efm32_usbhost.c
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
efm32_vectors.S
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
Kconfig
|
STM32 HUB: Fix more compilation errors when hub support is enabled
|
2015-04-30 08:00:41 -06:00 |
Make.defs
|
EFM32: Add I2C driver. From Pierre-noel Bouteville
|
2015-03-14 14:47:53 -06:00 |