summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
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
* Workaround for bad values read from the STM32_OTGFS_GRXSTSP register are 0xb4...master_usb_fixDavid Sidrane2015-04-251-126/+134
* 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
* Backport memcpy fixGregory Nutt2015-01-291-0/+15
* Color the stack anyways with 0xFF, even if the per-function checking is not e...Lorenz Meier2015-01-211-1/+1
* backport SDIO Fix - no busy waitingDavid Sidrane2015-01-071-1/+78
* stm32-rtc: Add support for the internal low speed clock (LSI)Kevin Hester2015-01-023-15/+52
* The compilers we deal with have now long long types, and so the old macro sho...Lorenz Meier2014-12-201-4/+4
* updating pinmap for mavstationkbrtny2014-11-261-0/+22
* Added WIP F102 support for the MAvstationkbrtny2014-11-264-1/+307
* ARM math.h: Remove commented out code partsLorenz Meier2014-11-151-28/+0
* 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
* stm32_i2c: handle more error conditions on I2C busAndrew Tridgell2014-10-281-0/+28
* 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
* stm32: add sw workaround for broken stm32 hw RTS implementationKevin Hester2014-05-201-5/+97
* 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-242-39/+51
| |\
| * | Corrected pinmaps for stm32f40xxx processorSarthak Kaingade2013-10-281-1/+1
* | | Declared log2l() in ARM math.hPavel Kirienko2014-05-071-0/+1
* | | stm32_i2c: ensure that unexpected ISR can't overwrite stale dataAndrew Tridgell2014-04-281-1/+10
| |/ |/|
* | 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
* | Assembler changes with the gcc-47 distribution from ARM mean that we need to ...none2014-01-221-16/+16
* | small whitespace correctionThomas Gubler2014-01-021-1/+2
* | STM32F10xxx single wire usart supportThomas Gubler2014-01-021-2/+14
* | Fixed location of DMA console reinitializationLorenz Meier2013-12-171-3/+2
|/
* Fix a typo that disconnected the DMA range validation checker from the actual...px4dev2013-09-291-1/+1
* Add an explicit preflight call for SDIO DMA operations, since we can't error ...px4dev2013-09-081-29/+46
* Fix DMA channel definitions for UART7/8px4dev2013-09-011-4/+4
* Teach the STM32 SDIO driver how to determine whether a transfer can be perfor...px4dev2013-09-011-47/+61
* Fix the Kconfig configuration for the STM32 SDIO DMA priority option.px4dev2013-09-011-0/+8
* Enhance the stm32_dmacapable implementation to give correct answers.px4dev2013-09-014-10/+241
* Fix STM32 UART7/8 kconfig names and UART DMA dependencies.px4dev2013-09-011-34/+34
* STM32 BxCAN filter registers are only accessible via the CAN1 register block;...px4dev2013-08-112-39/+72
* Add CAN configuration to STM32 config menuGregory Nutt2013-08-111-1/+15
* Fixed serial init for non-reordering caseLorenz Meier2013-07-281-1/+8
* Added option to disable serial port reorderingLorenz Meier2013-07-282-1/+22