summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Make.defs
Commit message (Expand)AuthorAgeFilesLines
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-1/+5
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-0/+11
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-0/+4
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-45/+47
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-2/+2
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-3/+5
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-201-9/+13
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-291-1/+5
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-2/+2
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-151-0/+6
* Add STM32 PM sleep supportpatacongo2012-07-181-1/+1
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-171-1/+4
* ST3210E-EVAL: Add power management configuration; move all linker scripts to...patacongo2012-06-281-2/+1
* Simplify STM32 PM infrastructurepatacongo2012-06-261-0/+2
* Some STM32 bugfixes from Mike Smithpatacongo2012-04-191-1/+1
* Implement STM32 IWDG driverpatacongo2012-04-151-3/+7
* Add skeleton file for STM32 watchdog timer driverpatacongo2012-04-151-0/+4
* Beginnings of STM32 F4 OTG FS device driverpatacongo2012-04-021-2/+10
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-221-1/+2
* Add hooks to support STM32 power managementpatacongo2012-03-141-0/+4
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-0/+13
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-141-0/+4
* Replace logic STM32 IDLE loop with standard power management interfacespatacongo2012-01-081-6/+6
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-1/+5
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-161-0/+4
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-141-1/+5
* Add STM32 DAC register definitions and skeleton DAC driverpatacongo2011-12-121-0/+4
* Add a skeleton for an STM32 ADC driverpatacongo2011-12-121-0/+4
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-081-0/+4
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-071-0/+4
* Finish code for basic STM3240 portpatacongo2011-11-241-5/+6
* More changes for STM3240 buildpatacongo2011-11-221-1/+5
* Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the ...patacongo2011-10-071-2/+5
* More CDC serial updatespatacongo2011-09-151-0/+4
* Add Uros' RCC actitivity counter to STM32 idle looppatacongo2011-08-201-0/+3
* Add STM32 FLASH driverpatacongo2011-05-071-2/+3
* Add code changes from Urospatacongo2011-04-151-1/+1
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-071-1/+1
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-1/+1
* Updates from Urospatacongo2011-03-271-1/+1
* Incorporate changes from Uros Platisepatacongo2011-03-261-1/+2
* Special IDLE for STM32 will execut WFI to sleep until an interrupt occurspatacongo2011-02-271-5/+5
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-1/+1
* Add STM32 USBDEV driverpatacongo2009-10-291-1/+1
* Improved certain Cortex-M3 context switch timespatacongo2009-10-251-1/+1
* Add structure for future DMA supportpatacongo2009-10-161-1/+1
* Add basic SPI driver (untested)patacongo2009-10-151-1/+2
* Add GPIO filepatacongo2009-09-291-2/+2
* Add RCC supportpatacongo2009-09-281-2/+3