.. |
chip
|
STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generic. From Freddie Chopin
|
2014-08-28 09:11:20 -06:00 |
chip.h
|
STM32: Add configuration support fort he STM32F103RC. From Kosma Moczek
|
2014-06-30 08:16:17 -06:00 |
Kconfig
|
CCM PROCFS: Changed the configuration a bit. I am still not happy about the coupling between procfs, mtd, and now STM32
|
2014-07-03 08:50:24 -06:00 |
Make.defs
|
Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined.
|
2014-08-06 16:26:01 -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
|
STM32 F401 has no CCM memory
|
2014-04-30 16:49:39 -06:00 |
stm32_bkp.h
|
ST3210E-EVAL: Add power management configuration; move all linker scripts to common files
|
2012-06-28 00:48:00 +00:00 |
stm32_can.c
|
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
|
2014-08-08 18:39:28 -06:00 |
stm32_can.h
|
Leverage some bit timing logic from LPC17xx to the STM32 CAN driver
|
2012-01-20 03:37:29 +00:00 |
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
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_dbgmcu.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
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
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
stm32_eth.c
|
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
|
2014-08-21 11:16:55 -06:00 |
stm32_eth.h
|
Move some PHY initialization logic for Darcy
|
2012-11-22 14:44:38 +00:00 |
stm32_exti_alarm.c
|
Make name of RTC ALARM interrupt common on STM32 F1,2,4
|
2012-07-19 14:33:14 +00:00 |
stm32_exti_gpio.c
|
STM32: Add logic to attach the RTC alarm EXTI interrupt
|
2012-07-17 00:22:48 +00:00 |
stm32_exti.h
|
Add STM32 PM sleep support
|
2012-07-18 22:54:33 +00:00 |
stm32_flash.c
|
STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generic. From Freddie Chopin
|
2014-08-28 09:11:20 -06:00 |
stm32_flash.h
|
More STM3240 header file changes
|
2011-11-21 14:25:38 +00:00 |
stm32_fsmc.h
|
Support for the STM32F429 from Ken Pettit
|
2013-11-07 16:47:43 -06:00 |
stm32_gpio.c
|
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
|
2014-05-08 09:20:11 -06:00 |
stm32_gpio.h
|
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
|
2014-05-08 09:20:11 -06:00 |
stm32_i2c_alt.c
|
Make variable definitions 'static const' when possible to save RAM usage. From Kosma Moczek
|
2014-06-30 07:39:51 -06:00 |
stm32_i2c.c
|
Make variable definitions 'static const' when possible to save RAM usage. From Kosma Moczek
|
2014-06-30 07:39:51 -06:00 |
stm32_i2c.h
|
Add STM32 F3 I2C register definitions
|
2013-02-10 20:35:34 +00:00 |
stm32_idle.c
|
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
|
2014-05-08 09:20:11 -06:00 |
stm32_irq.c
|
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
|
2014-08-08 18:39:28 -06:00 |
stm32_iwdg.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_lowputc.c
|
STM32 lowputc: Fix an error in conditional compilation. From Sami Pelkonen
|
2014-05-20 08:12:07 -06:00 |
stm32_lowputc.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
stm32_lse.c
|
Fix bugs in SLCD test and in SLCD CODEC
|
2013-05-24 11:11:48 -06:00 |
stm32_lsi.c
|
STM32 IWDG watchdog works
|
2012-04-16 21:13:54 +00:00 |
stm32_ltdc.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_ltdc.h
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -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 OTGFS device: Various changes to try to reduce that amount of time in interrupts handles and with interrupts disbled. Needs verification on other platforms. From Petteri Aimonen
|
2014-07-22 07:23:17 -06:00 |
stm32_otgfshost.c
|
Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors
|
2014-08-07 18:00:38 -06:00 |
stm32_pm.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
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
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_pmstandby.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_pmstop.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_procfs_ccm.c
|
CCM PROCFS: Changed the configuration a bit. I am still not happy about the coupling between procfs, mtd, and now STM32
|
2014-07-03 08:50:24 -06:00 |
stm32_pwm.c
|
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
|
2014-05-08 09:20:11 -06:00 |
stm32_pwm.h
|
Make STM32 F4 TIM pin naming consistent with F1
|
2012-01-06 21:25:27 +00:00 |
stm32_pwr.c
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
stm32_pwr.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_qencoder.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_qencoder.h
|
Ooops part of last checkin was still in the editor
|
2012-02-25 00:58:07 +00:00 |
stm32_rcc.c
|
Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.
|
2013-05-19 14:35:30 -06:00 |
stm32_rcc.h
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -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
|
Cosmetic changes
|
2014-05-28 14:09:58 -06:00 |
stm32_rtcounter.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_sdio.c
|
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
|
2014-08-21 11:16:55 -06:00 |
stm32_sdio.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_serial.c
|
STM32 serial: MAke uart_devs[] const. From Freddie Chopin
|
2014-08-22 16:20:52 -06:00 |
stm32_spi.c
|
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
|
2014-05-08 09:20:11 -06:00 |
stm32_spi.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_start.c
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -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
|
Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith
|
2014-05-20 17:48:39 -06:00 |
stm32_tim.h
|
Finish the high priority, nested interrupt handler test (does not work)
|
2013-12-22 13:23:57 -06:00 |
stm32_timerisr.c
|
Move clock functions from sched/ to sched/clock
|
2014-08-08 14:43:02 -06:00 |
stm32_uart.h
|
Recent STM32 UART change: Wasn't that logic backward? Shouldn't that have been disable the USART if (1) we don't have than many USARTs OR (2) we don't have that particular USART -- not AND.
|
2014-08-22 16:16:23 -06:00 |
stm32_usbdev.c
|
STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRIO is not defined. Sourceforge ticket #26
|
2014-04-28 07:07:47 -06:00 |
stm32_usbdev.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
stm32_usbhost.c
|
STM32 OTGFS Host: Additional trace points from Leo
|
2014-04-16 12:56:21 -06:00 |
stm32_usbhost.h
|
STM32 OTGFS Host: Additional trace points from Leo
|
2014-04-16 12:56:21 -06:00 |
stm32_userspace.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06: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
|
Costmetic: Replace spaces with tabs
|
2014-04-16 16:26:46 -06:00 |
stm32_waste.c
|
Add Uros' RCC actitivity counter to STM32 idle loop
|
2011-08-20 13:23:34 +00:00 |
stm32_waste.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
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
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -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
|
Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h
|
2014-08-08 17:53:55 -06:00 |
stm32f10xxx_rcc.c
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
stm32f20xxx_dma.c
|
Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h
|
2014-08-08 17:53:55 -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
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
stm32f40xxx_dma.c
|
Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h
|
2014-08-08 17:53:55 -06:00 |
stm32f40xxx_rcc.c
|
The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI oscillator for the PLL include clock
|
2014-05-06 10:01:02 -06:00 |
stm32l15xxx_rcc.c
|
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
|
2014-05-08 09:20:11 -06:00 |