.. |
chip
|
ViewTool STM32F107: Basic NSH checks out okay
|
2013-12-01 10:05:40 -06:00 |
chip.h
|
Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations
|
2013-10-02 08:24:46 -06:00 |
Kconfig
|
STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig file
|
2013-11-14 08:29:36 -06:00 |
Make.defs
|
STM32F429 LTDC header files and framebuffer driver framework from Ken Pettit
|
2013-11-11 14:05:29 -06:00 |
stm32_adc.c
|
STM32 PWM and ADC: Add some bits that should have been cleared. From Martin Lederhilger
|
2013-10-24 08:27:09 -06:00 |
stm32_adc.h
|
Many STM32 header files updated for F3 support
|
2013-02-10 19:07:13 +00:00 |
stm32_allocateheap.c
|
Support for the STM32F429 from Ken Pettit
|
2013-11-07 16:47:43 -06:00 |
stm32_bkp.h
|
|
|
stm32_can.c
|
Make filter register accessible for CAN1 and CAN2. Provided by Lorenz Meier
|
2013-09-13 11:20:10 -06:00 |
stm32_can.h
|
|
|
stm32_ccm.c
|
Fix integration of RAM test into the build and configuration system
|
2013-06-26 10:54:12 -06:00 |
stm32_ccm.h
|
Fix integration of RAM test into the build and configuration system
|
2013-06-26 10:54:12 -06:00 |
stm32_dac.c
|
More DAC changes from John Wharington
|
2013-07-30 11:41:53 -06:00 |
stm32_dac.h
|
|
|
stm32_dbgmcu.h
|
|
|
stm32_dma.c
|
STM32L15X UART, DMA, and heap initialization support
|
2013-05-19 11:54:56 -06:00 |
stm32_dma.h
|
Changes to stm32_dmacapable interfaces from Mike Smith
|
2013-10-18 08:06:23 -06:00 |
stm32_dumpgpio.c
|
Misc updates to STL32L15X logic
|
2013-05-20 10:08:44 -06:00 |
stm32_eth.c
|
SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and GMAC peripherals. EMAC driver is now code complete and builds without complaint
|
2013-09-17 10:55:13 -06:00 |
stm32_eth.h
|
Move some PHY initialization logic for Darcy
|
2012-11-22 14:44:38 +00:00 |
stm32_exti_alarm.c
|
|
|
stm32_exti_gpio.c
|
|
|
stm32_exti.h
|
|
|
stm32_flash.c
|
STM32 FLASH changes from Freddie Chopin
|
2013-01-03 13:39:16 +00:00 |
stm32_flash.h
|
|
|
stm32_fsmc.h
|
Support for the STM32F429 from Ken Pettit
|
2013-11-07 16:47:43 -06:00 |
stm32_gpio.c
|
Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.
|
2013-05-19 14:35:30 -06:00 |
stm32_gpio.h
|
STM32F429 LTDC header files and framebuffer driver framework from Ken Pettit
|
2013-11-11 14:05:29 -06:00 |
stm32_i2c.c
|
STM32 F1 I2C: Fix a typo that crept in with some recent changes. From Yiran Liao
|
2013-08-18 07:45:14 -06:00 |
stm32_i2c.h
|
Add STM32 F3 I2C register definitions
|
2013-02-10 20:35:34 +00:00 |
stm32_idle.c
|
STM32 option to disable sleep to prevent disconnection of debugger
|
2013-05-07 14:10:34 -06:00 |
stm32_irq.c
|
Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane
|
2013-11-01 11:16:51 -06:00 |
stm32_iwdg.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32_lowputc.c
|
STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOS
|
2013-05-20 15:51:37 -06:00 |
stm32_lowputc.h
|
|
|
stm32_lse.c
|
Fix bugs in SLCD test and in SLCD CODEC
|
2013-05-24 11:11:48 -06:00 |
stm32_lsi.c
|
|
|
stm32_ltdc.c
|
STM32F429 LTDC header files and framebuffer driver framework from Ken Pettit
|
2013-11-11 14:05:29 -06:00 |
stm32_ltdc.h
|
STM32F429 LTDC header files and framebuffer driver framework from Ken Pettit
|
2013-11-11 14:05:29 -06:00 |
stm32_mpuinit.c
|
Add kernel build support to the STM32 family and to the STM32F4Discovery board
|
2013-03-22 14:49:21 +00:00 |
stm32_mpuinit.h
|
Add kernel build support to the STM32 family and to the STM32F4Discovery board
|
2013-03-22 14:49:21 +00:00 |
stm32_otgfs.h
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32_otgfsdev.c
|
STM32 OTG FS device and host drivers extended so that they can support either the OTG FS peripheral or the OTG HS peripheral (in FS mode). This was done as a quick way to get USB support on the STM32F429 which has only OTG HS. From Ken Pettit
|
2013-11-10 07:23:06 -06:00 |
stm32_otgfshost.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32_pm.h
|
|
|
stm32_pminitialize.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32_pmsleep.c
|
|
|
stm32_pmstandby.c
|
|
|
stm32_pmstop.c
|
|
|
stm32_pwm.c
|
STM32 PWM and ADC: Add some bits that should have been cleared. From Martin Lederhilger
|
2013-10-24 08:27:09 -06:00 |
stm32_pwm.h
|
|
|
stm32_pwr.c
|
STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOS
|
2013-05-20 15:51:37 -06:00 |
stm32_pwr.h
|
STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOS
|
2013-05-20 15:51:37 -06:00 |
stm32_qencoder.c
|
Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB
|
2013-02-09 15:03:49 +00:00 |
stm32_qencoder.h
|
|
|
stm32_rcc.c
|
Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.
|
2013-05-19 14:35:30 -06:00 |
stm32_rcc.h
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
stm32_rng.c
|
Misc changes for clean built od mikroe-stm32f4 configurations
|
2013-05-01 09:21:13 -06:00 |
stm32_rtc.c
|
Updates for STM32 F3 SPI and RTC
|
2013-02-09 16:39:59 +00:00 |
stm32_rtc.h
|
Updates for STM32 F3 SPI and RTC
|
2013-02-09 16:39:59 +00:00 |
stm32_rtcc.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32_rtcounter.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32_sdio.c
|
Changes to stm32_dmacapable interfaces from Mike Smith
|
2013-10-18 08:06:23 -06:00 |
stm32_sdio.h
|
|
|
stm32_serial.c
|
STM32: Fix STM32 serial init for non-reordered serial ports. From Lorenz Meier
|
2013-08-10 19:33:16 -06:00 |
stm32_spi.c
|
STM32 SPI DMA: Fix related to CONFIG_STM32_DMACAPABLE from Ken Pettit
|
2013-10-27 16:23:44 -06:00 |
stm32_spi.h
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
stm32_start.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32_syscfg.h
|
Add SYSCFG definitions for STM32L152; Add board support STM32L-Discovery
|
2013-05-19 11:04:19 -06:00 |
stm32_tim.c
|
Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB
|
2013-02-09 15:03:49 +00:00 |
stm32_tim.h
|
|
|
stm32_timerisr.c
|
Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB
|
2013-02-09 15:03:49 +00:00 |
stm32_uart.h
|
STM32L15X UART, DMA, and heap initialization support
|
2013-05-19 11:54:56 -06:00 |
stm32_usbdev.c
|
Back out a small part of the recent STM32 usbdev fix. From David Sidrane
|
2013-11-07 19:07:16 -06:00 |
stm32_usbdev.h
|
|
|
stm32_usbhost.h
|
SAMA5 EHCI: Added logic to detect port speed. Handling is insufficient
|
2013-08-24 07:36:05 -06:00 |
stm32_userspace.c
|
Add kernel build support to the STM32 family and to the STM32F4Discovery board
|
2013-03-22 14:49:21 +00:00 |
stm32_userspace.h
|
Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs
|
2013-03-24 17:28:38 +00:00 |
stm32_vectors.S
|
Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane
|
2013-11-01 11:16:51 -06:00 |
stm32_waste.c
|
|
|
stm32_waste.h
|
|
|
stm32_wdg.h
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32_wwdg.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
stm32.h
|
STM32F429 LTDC header files and framebuffer driver framework from Ken Pettit
|
2013-11-11 14:05:29 -06:00 |
stm32f10xxx_dma.c
|
STM32 F1 DAM fix from David Sidrane
|
2013-10-23 14:05:26 -06:00 |
stm32f10xxx_rcc.c
|
STM32 F100 High Density support and generic board configuration from Freddie Chopin
|
2012-11-06 13:36:51 +00:00 |
stm32f20xxx_dma.c
|
Changes to stm32_dmacapable interfaces from Mike Smith
|
2013-10-18 08:06:23 -06:00 |
stm32f20xxx_rcc.c
|
Add missing NSH configuration settings. Correct some conditional logic for STM32 FALSH pre-fetch settings. From Lorenz Meier
|
2013-06-02 13:16:35 -06:00 |
stm32f30xxx_i2c.c
|
STM32 F3 fixes from John Wharington
|
2013-08-13 07:48:18 -06:00 |
stm32f30xxx_rcc.c
|
Fixes to get STM32F3Discovery running
|
2013-02-08 21:42:23 +00:00 |
stm32f40xxx_dma.c
|
Changes to stm32_dmacapable interfaces from Mike Smith
|
2013-10-18 08:06:23 -06:00 |
stm32f40xxx_rcc.c
|
STM32F429 LTDC header files and framebuffer driver framework from Ken Pettit
|
2013-11-11 14:05:29 -06:00 |
stm32l15xxx_rcc.c
|
Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH configuration is now fully functional on the STM32L-Discovery board.
|
2013-05-21 11:25:30 -06:00 |