aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-01129-71509/+0
* otgfsdev: removed a DEBUGASSERT() that causes a crash on windows reconnectAndrew Tridgell2013-05-041-1/+0
* Merge pull request #210 from PX4/usb_fixesLorenz Meier2013-03-172-111/+232
|\
| * USB fixes from Petteri Aimonen, cherry-picked.Lorenz Meier2013-02-252-111/+232
* | MergedLorenz Meier2013-02-178-391/+233
|\|
| * Merge whitespace and comments so that we are closer to in sync with trunk.px4dev2013-02-061-38/+47
| * Back out the ADC DMA support. We aren't using or maintaining it, and it doesn...px4dev2013-02-062-273/+48
| * Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-066-81/+139
| |\
| | * Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-012-11/+48
| | * Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-312-6/+31
| | * 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-301-9/+22
| | * Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-3/+3
| | * Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-5/+7
* | | Made timeouts configurable, untestedLorenz Meier2013-02-161-1/+1
* | | Merge branch 'master' into px4io-i2cpx4dev2013-01-256-18/+101
|\| |
| * | 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
* | | Restore the correct handling of the ACK flag at read completion.px4dev2013-01-231-1/+1
* | | Merge branch 'master' into px4io-i2cpx4dev2013-01-232-18/+28
|\| |
| * | 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
* | | | Merge branch 'master' into px4io-i2cpx4dev2013-01-191-199/+186
|\| | |
| * | | 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
| |/ /
* | | Merge branch 'master' into px4io-i2cpx4dev2013-01-1428-518/+1504
|\| |
| * | 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