.. |
chip
|
Set the GPIO_SPEED_50MHz on all F2 and F4 SPI pin configurations. This is based on an F411 SPI1 errata but the fixed is generalized to all SPI and all F2 and F4 (let me know if this introduces any other issues). Discovered and fixed by Sebastien Lorquet after much consternation.
|
2014-12-08 09:51:52 -06:00 |
chip.h
|
Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diff
|
2014-11-27 06:12:35 -06:00 |
Kconfig
|
Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diff
|
2014-11-27 06:12:35 -06:00 |
Make.defs
|
STM32 F4 OTGHS device controller driver from Brennan Ashton
|
2014-11-20 07:19:04 -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
|
Fix file mode on modified files
|
2014-10-14 15:45:56 -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
|
STM32 CAN correction suggested by Max Holtzberg
|
2014-09-24 08:23:05 -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
|
Move include/nuttx/mm.h to include/nuttx/mm/mm.h
|
2014-09-24 07:29:09 -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
|
Add framework for EFM32 DMA support -- no logic in place yet
|
2014-10-24 17:59:13 -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
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet drivers
|
2014-11-16 08:10:06 -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
|
|
|
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
|
Update comments
|
2014-11-29 15:28:28 -06:00 |
stm32_i2c.c
|
Update comments
|
2014-11-29 15:28:28 -06:00 |
stm32_i2c.h
|
Add STM32 F3 I2C register definitions
|
2013-02-10 20:35:34 +00:00 |
stm32_idle.c
|
EFM32: Add IDLE power management hooks. Nothing implemented; just define the hooks
|
2014-10-22 07:26:31 -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
|
Fix a few typos
|
2014-10-10 11:41:40 -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
|
STM32 LTDC: Fix a typo in conditional compilation
|
2014-12-13 07:45:42 -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
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
stm32_mpuinit.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
stm32_otgfs.h
|
Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan Ashton
|
2014-10-07 15:05:30 -06:00 |
stm32_otgfsdev.c
|
Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try to convert the stm32f429i-disco configuration to use OTGHS instead of OTFHS in FS mode (OTGFS2). But I don't have the boards and can't test
|
2014-10-07 15:25:31 -06:00 |
stm32_otgfshost.c
|
Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan Ashton
|
2014-10-07 15:05:30 -06:00 |
stm32_otghs.h
|
Add files that implement true high speed support for the STM32 OTGHS peripheral. From Brennan Ashton
|
2014-10-07 15:01:42 -06:00 |
stm32_otghsdev.c
|
STM32 OTG HS DEV (in FS mode): Disable ULPI clock enable in RCC AHB1 Register. If Both ULPI and the FS clock enable bits are set in FS mode, then the ARM never awakens froom WFI due to a chip issue. From Ken Pettit
|
2014-12-13 07:44:13 -06:00 |
stm32_otghshost.c
|
Add files that implement true high speed support for the STM32 OTGHS peripheral. From Brennan Ashton
|
2014-10-07 15:01:42 -06:00 |
stm32_pm.h
|
EFM32: Add IDLE power management hooks. Nothing implemented; just define the hooks
|
2014-10-22 07:26:31 -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
|
Fixes for more issues found by cppcheck
|
2014-11-24 17:00:26 -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
|
|
|
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
|
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
|
2014-12-16 09:54:32 -06: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
|
STM32: Add MCO configuration for the STM32L1xx. From Jussi Kivilinna
|
2014-12-02 10:19:37 -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: Don't compile up_earlyserialinit() if USE_EARLYSERIALINIT is not define. Otherwise, a macro definition clobbers the function definition
|
2014-10-28 06:58:37 -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
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47: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
|
Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common drivers/serial/Kconfig. Add CONFIG_ARCH_HAVE_SERIAL_TERMIOS to indicate if an MCU supports TERMIOS
|
2014-10-27 11:31:16 -06:00 |
stm32_usbdev.c
|
Fix one warning. There are a couple of others that look like real problems
|
2014-11-28 11:49:24 -06:00 |
stm32_usbdev.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
stm32_usbhost.c
|
Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan Ashton
|
2014-10-07 15:05:30 -06:00 |
stm32_usbhost.h
|
Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan Ashton
|
2014-10-07 15:05:30 -06:00 |
stm32_userspace.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
stm32_userspace.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
stm32_vectors.S
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
stm32_waste.c
|
|
|
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
|
Fix a few typos
|
2014-10-10 11:41:40 -06:00 |
stm32.h
|
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
|
2014-12-16 09:54:32 -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
|
Update everything under nuttx/arch to use the corrected syslog interfaces
|
2014-10-08 12:48:47 -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
|
Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan Ashton
|
2014-10-07 15:05:30 -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 |