.. |
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
|
Add EFM32 Memory Maps
|
2014-10-17 16:43:52 -06:00 |
efm32_clockconfig.c
|
EFM32: Logic to unconditionally enable LE clocking. Even you don't use core clock LE as source for LFA or LFB, to read are write any register not clocked by HFPERCLK or HFCORECLK, HFCORECLKLE should be enabled. From Pierre-noel Bouteville.
|
2015-01-30 07:44:49 -06:00 |
efm32_clockconfig.h
|
More EFM32 files and logic
|
2014-10-17 12:02:32 -06:00 |
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
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -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
|
More EFM32 files and logic
|
2014-10-17 12:02:32 -06:00 |
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
|
Two r's and only two r's in the word interrupt
|
2015-04-23 14:04:43 -06:00 |
efm32_usbhost.c
|
USB host drivers: Cannot take semaphores in cancel() method
|
2015-05-14 09:58:21 -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 |