summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start with an empty READMEnuttx_bringupLorenz Meier2014-12-261-0/+0
* Add Travis CI supportLorenz Meier2014-12-261-0/+31
* Fixing md5 hashing when digest[$i] lower that 16. Sergey <sectus@mail.ru>Gregory Nutt2014-11-271-1/+1
* Merge branch 'nuttx_bringup' of github.com:PX4/NuttX into nuttx_bringup_mergedLorenz Meier2014-11-263-8/+4
|\
| * Remove INT_FAST32_MIN from limits.h, as it belongs to stdint.hLorenz Meier2014-11-121-3/+0
| * Fixed CDC ACM example buildLorenz Meier2014-11-121-5/+2
| * If the INTR granule allocator mode is enabled, there is no semaphore to destroy.Lorenz Meier2014-11-121-0/+2
* | Merged masterLorenz Meier2014-11-239-35/+163
|\ \ | |/ |/|
| * ARM math.h: Remove commented out code partsLorenz Meier2014-11-151-28/+0
| * Merge pull request #24 from tridge/pullrequest-sscanf-hangLorenz Meier2014-11-111-0/+4
| |\
| | * lib_sscanf: fixed a hang in scanf() on end of stringAndrew Tridgell2014-11-061-0/+4
| |/
| * Cleanup of docs / commentsLorenz Meier2014-11-021-7/+5
| * Force a hardfault on stack overflows to make the fault condition obvious once...Lorenz Meier2014-11-021-2/+20
| * Merge pull request #23 from tridge/pullrequest-i2c-lockup-fixLorenz Meier2014-10-281-0/+28
| |\
| | * stm32_i2c: handle more error conditions on I2C busAndrew Tridgell2014-10-281-0/+28
| |/
| * Merge pull request #21 from PX4/irqprioLorenz Meier2014-08-224-0/+8
| |\
| | * Add "#ifdef CONFIG_ARCH_IRQPRIO" where neededAnton Babushkin2014-08-144-0/+8
| |/
| * STM32: Handle setting of USART CR1_M when 8 bits of data plus parityGregory Nutt2014-07-231-19/+27
| * stm32_i2c: handle more unexpected ISR conditionsAndrew Tridgell2014-07-121-1/+11
| * stm32_i2c: check for msgc underflow in I2C ISRAndrew Tridgell2014-07-121-17/+24
| * stm32_i2c: ensure we don't change priv-> after semaphore is releasedAndrew Tridgell2014-07-121-1/+2
| * stm32_i2c: fixed timeout handlingAndrew Tridgell2014-07-121-2/+2
| * Revert "Revert "stm32_i2c: ensure that unexpected ISR can't overwrite stale d...Lorenz Meier2014-07-121-1/+10
| * Fixed FS command IO bufferGregory Nutt2014-07-061-1/+9
| * Merge pull request #18 from Kynos/masterLorenz Meier2014-05-241-1/+2
| |\
| | * Fix for sed "permission denied" error in Windows buildKynos2014-05-241-1/+2
| |/
| * mtd driver: add missing SPI headerLorenz Meier2014-05-201-1/+1
| * stm32: add sw workaround for broken stm32 hw RTS implementationKevin Hester2014-05-203-7/+134
| * Disable -Wshadow warnings for system headers - alternatively we could use #pr...Lorenz Meier2014-05-164-0/+12
| * include/cxx: Fix some bad idempotence defintions in header filesLorenz Meier2014-05-161-4/+4
| * Revert "stm32_i2c: ensure that unexpected ISR can't overwrite stale data"Lorenz Meier2014-05-141-10/+1
* | Fix commentLorenz Meier2014-11-111-1/+1
* | Fix I2C mem kernel allocatorsLorenz Meier2014-11-111-3/+3
* | Replace macro with function to avoid having the macro match arbitrary functio...Lorenz Meier2014-11-113-2/+94
* | Remove parts that are now implemented in NuttX from math.hLorenz Meier2014-11-111-6/+0
* | Remove unneeded fileLorenz Meier2014-11-061-488/+0
* | Removed testing filesLorenz Meier2014-11-06129-37559/+0
* | Merge branch 'master' of github.com:LorenzMeier/NuttX into nuttx_bringupLorenz Meier2014-11-06136-82/+38506
|\ \
| * | Disabled CDC console, we start this one separatelyLorenz Meier2014-11-061-1/+1
| * | Default to other boardLorenz Meier2014-11-061-1/+1
| * | Update FMUv2 defconfigLorenz Meier2014-11-061-80/+228
| * | Add bootloader prototypeLorenz Meier2014-11-061-0/+12
| * | Added upload toolsLorenz Meier2014-11-063-0/+650
| * | Adding new clean FMU configLorenz Meier2014-11-0665-0/+18854
| * | Merge branch 'master' of git://git.code.sf.net/p/nuttx/gitLorenz Meier2014-11-065-19/+63
| |\ \
| * \ \ Merge branch 'master' of git://git.code.sf.net/p/nuttx/gitMark Whitehorn2014-11-0544-571/+13680
| |\ \ \
| * | | | add px4fmu-v2 configMark Whitehorn2014-11-0564-0/+18705
| * | | | Merge branch 'master' of git://git.code.sf.net/p/nuttx/gitMark Whitehorn2014-11-0276-260/+16270
| |\ \ \ \
| * | | | | branch master: add simple python program to exercise usb serialMark Whitehorn2014-11-022-1/+56
* | | | | | Merged with NuttX upstreamLorenz Meier2014-11-064874-63084/+355398
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |