summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* USB: set interval setting according to upstreamusbupdateLorenz Meier2015-01-311-1/+1
* Color the stack anyways with 0xFF, even if the per-function checking is not e...Lorenz Meier2015-01-211-1/+1
* Critical hotfixes for memory accesses. Found via Coverity by Pavel KirienkoLorenz Meier2015-01-193-6/+10
* backport SDIO Fix - no busy waitingDavid Sidrane2015-01-074-9/+125
* stm32-rtc: Add support for the internal low speed clock (LSI)Kevin Hester2015-01-023-15/+52
* build: make it easier to use ccache for faster build on windowsAndrew Tridgell2015-01-021-2/+4
* RAMTRON: Add missing return value for clock speed success case.Lorenz Meier2014-12-261-0/+1
* The compilers we deal with have now long long types, and so the old macro sho...Lorenz Meier2014-12-201-4/+4
* strncpy: Commit d0c76ccacf0dc8988f9617ad82bf4349f456bb08 will trash a lot of ...Gregory Nutt2014-12-121-1/+1
* Merge pull request #29 from thomasgubler/customfileLorenz Meier2014-12-061-0/+57
|\
| * add custom_file.hThomas Gubler2014-12-061-0/+57
|/
* Undefine C macros conflicting with equivalent functions in C++Lorenz Meier2014-11-281-0/+15
* Add wint_t definition in right locationLorenz Meier2014-11-281-0/+1
* updating pinmap for mavstationkbrtny2014-11-261-0/+22
* Added WIP F102 support for the MAvstationkbrtny2014-11-264-1/+307
* Fixing md5 hashing when digest[$i] lower that 16. Sergey <sectus@mail.ru>Gregory Nutt2014-11-231-1/+1
* 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
* Merge pull request #8 from sarthakkaingade/masterLorenz Meier2014-05-071-1/+1
|\
| * Merge https://github.com/PX4/NuttXSarthak Kaingade2014-02-249-114/+830
| |\
| * | Corrected pinmaps for stm32f40xxx processorSarthak Kaingade2013-10-281-1/+1
* | | Merge pull request #16 from pavel-kirienko/arm_math_log2lPavel Kirienko2014-05-071-0/+1
|\ \ \
| * | | Declared log2l() in ARM math.hPavel Kirienko2014-05-071-0/+1
|/ / /
* | | Merge pull request #14 from pavel-kirienko/cstdio_guard_fixLorenz Meier2014-05-051-3/+3
|\ \ \
| * | | Fixed include guard in cstdio. Broken include guard was preventing cstdio to ...Pavel Kirienko2014-05-051-3/+3
|/ / /
* | | stm32_i2c: ensure that unexpected ISR can't overwrite stale dataAndrew Tridgell2014-04-281-1/+10
* | | FAT: move cluster expansion checks to start of IO loopsAndrew Tridgell2014-03-041-54/+50
| |/ |/|
* | stm32_serial: fixed spelling of FLOWCONTROL config option in stm32 serial codeAndrew Tridgell2014-02-101-20/+20
* | typo, wide branch should be narrownone2014-01-251-1/+1