summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-103-70/+177
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+2
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-092-49/+74
* Updates for STM32 F3 SPI and RTCpatacongo2013-02-0910-1246/+170
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-0924-82/+146
* Fixes to get STM32F3Discovery runningpatacongo2013-02-082-12/+46
* Add STM32 F3 USART definitionspatacongo2013-02-087-50/+895
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+4
* More stm32f3discovery updatespatacongo2013-02-081-0/+30
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-086-81/+280
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-0715-107/+1505
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-078-50/+473
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-14/+14
* Add STM32 F3 pinmap filepatacongo2013-02-071-0/+597
* More updates for the STM32F3Discoverypatacongo2013-02-063-20/+15
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-066-4/+396
* Rename _TCB to struct tcb_spatacongo2013-02-0428-70/+70
* Updated LPC78x GPIO logic from Rommel Marcelopatacongo2013-02-031-63/+128
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-012-11/+48
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-315-37/+39
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-316-20/+148
* With the last fixes to the STM32 OTG FS driver, the old poll hack no longer s...patacongo2013-01-301-56/+5
* The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
* LM4F update from JPpatacongo2013-01-304-310/+429
* Remove the g_iocon[] arrarypatacongo2013-01-303-42/+3
* LPC1788 updated from Rommel Marcelopatacongo2013-01-303-34/+389
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2813-17/+17
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-282-13/+94
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-5/+7
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-6/+25
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-5/+3
* Fix poll/select issue reported by Qiangpatacongo2013-01-242-4/+94
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-231-2/+5
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+1
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-232-2/+44
* Missed changed from last lpc1788 check-inpatacongo2013-01-231-3/+3
* Add lpc178x_iocon.h from Rommel Marcelopatacongo2013-01-222-1/+153
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-225-777/+852
* Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-227-98/+115
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-2217-28/+119
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-2214-894/+270
* Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-185-91/+48
* Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-183-71/+257
* More LPC1788 register definitions from Rommel Marcelopatacongo2013-01-188-540/+2036
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1872-4309/+5930
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-183-157/+60
* STM32 I2C changes from Mike Smithpatacongo2013-01-181-4/+7
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-154-2/+14
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-143-5/+5