summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include system reset in kinetis makefileHEADmasterJakob Odersky2015-05-141-0/+1
* fix: missing parentheses in register definition)Jakob Odersky2015-05-111-2/+2
* fix typos in definesJakob Odersky2015-05-111-2/+2
* bug: warn about requiring -Os for setting clockJakob Odersky2015-05-051-0/+6
* kinetis k20: port basic functionalityJakob Odersky2015-05-058-7/+528
* Merge pull request #57 from PX4/master_usb_fixDavid Sidrane2015-04-251-126/+134
|\
| * Workaround for bad values read from the STM32_OTGFS_GRXSTSP register are 0xb4...master_usb_fixDavid Sidrane2015-04-251-126/+134
|/
* Build fixes for compiling NuttX with EigenJohan Jansen2015-03-102-5/+11
* Merge pull request #47 from tridge/pullrequest-mkfatfs-dmaLorenz Meier2015-02-181-1/+8
|\
| * fat: use DMA memory for mkfatfs when neededAndrew Tridgell2015-02-181-1/+8
|/
* Merge pull request #46 from PX4/spi_setup_fixLorenz Meier2015-02-171-4/+8
|\
| * Back port spi settings fix: SPE must be disabled before changing settingDavid Sidrane2015-02-171-4/+8
| * Fix SPI so that SPI4 Clock will not be 2 times requestedDavid Sidrane2015-02-131-3/+3
* | Fix SPI so that SPI4 Clock will not be 2 times requestedDavid Sidrane2015-02-131-3/+3
|/
* USB: set interval setting according to upstreamLorenz Meier2015-02-091-1/+1
* Enable GCC 4.9 support hackeryLorenz Meier2015-02-081-1/+1
* Backport memcpy fixGregory Nutt2015-01-291-0/+15
* Merge pull request #44 from ultrasystem/patch-1Lorenz Meier2015-01-291-1/+2
|\
| * Update work_thread.cLiio Chen2015-01-271-1/+2
|/
* 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