nuttx/arch/arm/src/kl
Gregory Nutt c83da3c48f Remove minnsh configurations and support logic: up_getc() and lowinstream.
This was an interesting exercise to see just how small you could get NuttX, but otherwise it was not useful:  (1) the NSH code violated the OS interface layer by callup up_getc and up_putc directly, and (2) while waiting for character input, NSH would call up_getc() which would hog all of the CPU.  NOt a reasonably solution other than as a proof of concept.
2016-12-13 18:01:23 -06:00
..
chip
chip.h
Kconfig Rename KL version of CONFIG_GPIO_IRQ to CONFIG_KL_GPIOIRQ 2016-07-22 14:34:21 -06:00
kl_cfmconfig.c
kl_clockconfig.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
kl_clockconfig.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
kl_config.h
kl_dma.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
kl_dumpgpio.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
kl_gpio.c
kl_gpio.h Rename KL version of CONFIG_GPIO_IRQ to CONFIG_KL_GPIOIRQ 2016-07-22 14:34:21 -06:00
kl_gpioirq.c Rename KL version of CONFIG_GPIO_IRQ to CONFIG_KL_GPIOIRQ 2016-07-22 14:34:21 -06:00
kl_idle.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
kl_irq.c Rename KL version of CONFIG_GPIO_IRQ to CONFIG_KL_GPIOIRQ 2016-07-22 14:34:21 -06:00
kl_irq.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
kl_irqprio.c
kl_lowputc.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
kl_lowputc.h
kl_pwm.c pwm.h moved from include/nuttx/ to include/nuttx/drivers. 2016-07-20 13:48:24 -06:00
kl_pwm.h create PWM driver, still having issues with building 2016-07-25 14:17:07 -05:00
kl_serial.c KL and LPC11: Perform similar name change as for STM32: xyz_lowputc -> up_putc 2016-06-04 11:29:27 -06:00
kl_spi.c KL/Kinetis: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 11:45:17 -06:00
kl_spi.h Fix a number of header files with mismatched 'extern C {' and '}' 2016-11-05 07:25:05 -06:00
kl_start.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
kl_timerisr.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
kl_userspace.c Make some spacing comply better with coding standard 2015-10-06 18:32:16 -06:00
kl_userspace.h
Make.defs Remove minnsh configurations and support logic: up_getc() and lowinstream. 2016-12-13 18:01:23 -06:00