summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kl
Commit message (Expand)AuthorAgeFilesLines
* More changes associated with GPIO interrupt for the KL architecture from Alan...Gregory Nutt2014-12-133-2/+70
* Add GPIO interrupt capability for the KL architecture. The patch is almost th...Gregory Nutt2014-12-133-16/+392
* I2C header file for the Freescale KL family. From Alan Carvalho de Assis.Gregory Nutt2014-11-231-0/+188
* Trivial, cosmetic typos in commentsGregory Nutt2014-10-191-9/+8
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-4/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-294-6/+6
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-4/+8
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-201-1/+5
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-136-6/+6
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Mostly cosmetic clean-up of commentsGregory Nutt2014-02-175-17/+8
* Add basic framework to support the Atmel SAMD Cortex-M+ chipGregory Nutt2014-02-121-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-12/+5
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Kinetis KL: PWM driver from Alan Carvalho de AssisGregory Nutt2013-11-104-0/+1009
* KL: Now builds up_putsGregory Nutt2013-10-011-1/+1
* KL: Missing header file in low level getc logicGregory Nutt2013-10-011-1/+1
* Add freedom-kl25z/minnsh configuration: This is an experiment to see just ho...Gregory Nutt2013-09-301-2/+2
* KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH ...Gregory Nutt2013-09-303-2/+17
* KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH ...Gregory Nutt2013-09-302-0/+211
* Freescale Kinetis KL25Z PIT and TPM module register definitionsGregory Nutt2013-09-153-0/+311
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-8/+8
* Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt2013-08-031-17/+17
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-2/+2
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-211-1/+1
* More KL25Z SPI fixesGregory Nutt2013-06-201-2/+2
* KL25Z GPIO register dump function now compilesGregory Nutt2013-06-202-62/+56
* Fix backward wait condition in KL24Z SPI driverGregory Nutt2013-06-202-6/+6
* Add framework for managing SPI-related discretes on the Freedom KL25Z board.Gregory Nutt2013-06-202-5/+4
* More Freedom KL25Z changed to and from Alan Carvalho de AssisGregory Nutt2013-06-191-0/+1
* Fix errors in KL25Z SPI driver reported by Alan Carvalho de AssisGregory Nutt2013-06-191-4/+4
* SPI register definition file updated to include a few differences for the SAM4LGregory Nutt2013-06-191-2/+2
* Add SPI driver for the Freescale KL25ZGregory Nutt2013-06-197-47/+786
* Add SPI register definitions for the Freescale KL25ZGregory Nutt2013-06-191-0/+140
* Freescale KL25Z support from Alan Carvalho de AssisGregory Nutt2013-06-182-1/+155
* 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