summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Collapse)AuthorAgeFilesLines
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without ↵Gregory Nutt2013-05-055-262/+339
| | | | errors
* Repartitioning of header files for Kinetis LGregory Nutt2013-05-0215-1641/+1030
|
* Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.Gregory Nutt2013-05-021-1/+1
|
* Freedom KL25Z pin mux'ing fixes from Alan Carvalho de AssisGregory Nutt2013-05-023-509/+340
|
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-013-6/+23
|
* LPC17: Interrupts not being re-enabled in the initialization functionGregory Nutt2013-04-301-1/+4
|
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless ↵Gregory Nutt2013-04-2516-16/+44
| | | | CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
* Remove up_assert_codeGregory Nutt2013-04-2556-483/+391
|
* KL15Z: Fix GPIO base addresses; remove GCR header fileGregory Nutt2013-04-254-503/+125
|
* KL25Z typos: AIPS, not APS or AIPGregory Nutt2013-04-251-3/+3
|
* KL25Z: No Ethernet, no SDHC. TPM instead of FTMGregory Nutt2013-04-254-218/+7
|
* KL25Z: Fix serial driver; freedom-kl25z/nsh configuration now worksGregory Nutt2013-04-2510-358/+161
|
* KL25Z: Fix some memory mapp and register definitions; no UART3-5Gregory Nutt2013-04-259-1140/+258
|
* Fix KL25Z clock definitions in board.hGregory Nutt2013-04-245-40/+36
|
* Minor Freedom-KL25Z updatesGregory Nutt2013-04-243-7/+28
|
* Adding missing registration of /dev/zero; Condition registration of ↵Gregory Nutt2013-04-241-0/+8
| | | | /dev/null. From Ken Petit
* Correction to ARM RAM vectors logic from Paul Y. ZhangGregory Nutt2013-04-232-2/+2
|
* LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannanGregory Nutt2013-04-231-7/+7
|
* New Kconfig convention: Extra indentation in comments will render as HTML ↵Gregory Nutt2013-04-222-2/+2
| | | | preformatted text
* _exit() should not call atexit() or on_exit() functions; Rename ↵Gregory Nutt2013-04-181-1/+1
| | | | task_deletecurrent() to task_exit()
* Cosmetic updatesGregory Nutt2013-04-181-1/+0
|
* Fix typo in the STM32 F IRQ file -- from Paul ZhangGregory Nutt2013-04-171-1/+1
|
* cosmetic change to kl_clockconfigGregory Nutt2013-04-171-4/+4
|
* Fix Freedom KL25Z SysTick rateGregory Nutt2013-04-175-382/+17
|
* Update authorshipGregory Nutt2013-04-171-1/+2
|
* Addition cleanup after last switch from BASEPRI to PRIMASK for Cortex-M0Gregory Nutt2013-04-163-18/+1
|
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI ↵Gregory Nutt2013-04-1615-122/+105
| | | | register. We have to revert to using the nasty PRIMASK register
* Fix KL25Z interrupt enable/disable logicGregory Nutt2013-04-163-14/+13
|
* Some clocking fixes for the Freedom KL25ZGregory Nutt2013-04-162-98/+61
|
* Misc changes for clean compilation of freedom-kl25z configGregory Nutt2013-04-168-219/+27
|
* Initial support for the Kinetis L family and the Freedom KL25Z board from ↵Gregory Nutt2013-04-1638-0/+10816
| | | | Alan Carvalho de Assis
* Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel MarceloGregory Nutt2013-04-123-83/+95
|
* Configure STM3210E-EVAL usbserial configuration to use kconfig-frontends toolsGregory Nutt2013-04-121-0/+1
|
* Fixes to the LM4F clock configuration. Errors in register handling caused ↵Gregory Nutt2013-04-092-23/+45
| | | | everything to run at half speed
* Back out the LPC1788 GPIO typemask logic that was just checked in. This is ↵Gregory Nutt2013-04-082-5/+3
| | | | not necessary
* LPC1788 framebuffer LCD now works! From Rommel MarceloGregory Nutt2013-04-084-124/+131
|
* Use default optimization of -Os for all ARMv6-M toolsGregory Nutt2013-04-081-3/+5
|
* Minor improvements to comments and debug outputGregory Nutt2013-04-081-1/+1
|
* LPC178x SYSCON matrix definitions from Rommel MarceloGregory Nutt2013-04-071-10/+33
|
* LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't ↵Gregory Nutt2013-04-072-4/+11
| | | | disable interrupts from interrupt handlers because they are automatically re-enabled. Try re-configuring pin instead.
* cosmeticGregory Nutt2013-04-071-2/+2
|
* Executable extension was being applied twiceGregory Nutt2013-04-071-2/+2
|
* LPC178x GPIO update from Rommel MarceloGregory Nutt2013-04-073-151/+107
|
* Fix heap size for the STM32 F427/F437 -- from Mike SmithGregory Nutt2013-04-062-17/+32
|
* Fix LPC178x I2C mode GPIO configurationGregory Nutt2013-04-063-12/+15
|
* More updates to the LPC17x/18x GPIO driver from Rommel MarceloGregory Nutt2013-04-051-28/+57
|
* fix LPC177x/8x GPIO debug instrumentationGregory Nutt2013-04-052-11/+22
|
* Redesign of the LPC178x GPIO logic by Rommel MarceloGregory Nutt2013-04-052-74/+414
|
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; ↵Gregory Nutt2013-04-045-21/+23
| | | | fix a few more .gitignore files
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-1/+1
|