summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kl
Commit message (Collapse)AuthorAgeFilesLines
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+6
|
* Fixes LEDs on the Freedom KL25Z boardGregory Nutt2013-05-062-8/+17
|
* Repartitioning of header files for Kinetis LGregory Nutt2013-05-0215-1641/+1030
|
* Freedom KL25Z pin mux'ing fixes from Alan Carvalho de AssisGregory Nutt2013-05-023-509/+340
|
* Remove up_assert_codeGregory Nutt2013-04-252-4/+4
|
* 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-258-1139/+258
|
* Fix KL25Z clock definitions in board.hGregory Nutt2013-04-245-40/+36
|
* Minor Freedom-KL25Z updatesGregory Nutt2013-04-243-7/+28
|
* cosmetic change to kl_clockconfigGregory Nutt2013-04-171-4/+4
|
* Fix Freedom KL25Z SysTick rateGregory Nutt2013-04-174-380/+15
|
* Update authorshipGregory Nutt2013-04-171-1/+2
|
* Addition cleanup after last switch from BASEPRI to PRIMASK for Cortex-M0Gregory Nutt2013-04-161-6/+0
|
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI ↵Gregory Nutt2013-04-162-23/+1
| | | | register. We have to revert to using the nasty PRIMASK register
* Fix KL25Z interrupt enable/disable logicGregory Nutt2013-04-161-8/+8
|
* Some clocking fixes for the Freedom KL25ZGregory Nutt2013-04-162-98/+61
|
* Misc changes for clean compilation of freedom-kl25z configGregory Nutt2013-04-167-219/+23
|
* Initial support for the Kinetis L family and the Freedom KL25Z board from ↵Gregory Nutt2013-04-1635-0/+10523
Alan Carvalho de Assis