aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* Merge Nuttx r5554px4dev2013-01-236-18/+101
|\
| * 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
| * Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-221-16/+16
| * More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-222-6/+14
| * Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-223-9/+42
| * STM32 I2C changes from Mike Smithpatacongo2013-01-181-4/+7
* | Merge pull request #183 from PX4/nuttx-merge-5527px4dev2013-01-236-71/+157
|\ \
| * | Merge NuttX r5527px4dev2013-01-176-71/+157
| |\|
| | * Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-114-58/+137
| | * 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
| | * STM32 FLASH changes from Freddie Chopinpatacongo2013-01-031-14/+23
* | | Bringing back old I2C code, just temporary workaroundLorenz Meier2013-01-191-203/+188
* | | HOTFIX: disable interrupt-driven I2C mode, configure pessimistic I2C timeout,...px4dev2013-01-181-4/+6
|/ /
* | Fix a compile error in the i2c reset code.px4dev2013-01-111-2/+2
* | Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-1123-513/+1440
* | Merge commit 'eaf1d8063cc707b1041e8583663d9edd45f42c5d' into nuttx-merge-5447px4dev2013-01-111-14/+18
|\ \
| * | Merge commit '0f2decb70f505b108999fcdb80e89d7aae6760ce' into nuttx-merge-0f2decbpx4dev2013-01-0128-323/+1302
| |\|
* | | Merge branch 'master' into nuttx-merge-5447px4dev2013-01-116-178/+233
|\ \ \ | |/ / |/| / | |/
| * STM32 FLASH pre-fetch is no long enabled unless it is so configuredpatacongo2012-11-263-0/+17
| * Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driverpatacongo2012-11-251-23/+30
| * Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-233-6/+7
| * Move some PHY initialization logic for Darcypatacongo2012-11-223-6/+50
| * Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-211-36/+0
| * 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-204-11/+323
| * Qencoder fixes from Ryan Sundbergpatacongo2012-11-141-0/+1
| * Mostly cosmetic changespatacongo2012-11-131-5/+13
| * Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-092-9/+0
| * Support for non-common vectors from Freddie Chopinpatacongo2012-11-081-1/+63
| * STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-082-240/+249
| * Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-071-1/+1
| * STM32 OTG FS device fix from Petteri Aimonenpatacongo2012-11-071-1/+12
| * STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-065-265/+634
| * RGMP 4.0 update from Qiang Yupatacongo2012-11-041-1/+1
| * More STM32 Value Line updates from Freddie Chopinpatacongo2012-11-035-37/+99
| * Another fix to STM32 definitions from Freddie Chopinpatacongo2012-11-021-49/+49
| * Fixes to STM32 definitions from Freddie Chopinpatacongo2012-11-025-33/+54
| * The ELF loader is basically functional (needs more testing)patacongo2012-10-271-2/+4
| * ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-262-1/+5
| * STM32 ADC driver fixespatacongo2012-10-212-4/+8
| * Kconfig changes to get a clean STM32 ADC example buildpatacongo2012-10-211-0/+90
| * Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-201-9/+13
* | Improved termios support for the STM32 UART driver. Also add a little more t...px4dev2012-11-241-60/+140
* | Fixed ADC shutdown issueLorenz Meier2012-11-141-5/+2
* | Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-10-136-4/+432
|\|
| * Several bugfixes, mostly from Darcy Gongpatacongo2012-10-061-0/+1
| * Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-041-1/+1
| * Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-294-1/+347
| * Fix STM32 SPI3 remap logicpatacongo2012-09-271-0/+1