nuttx/configs/teensy-lc/src
2016-02-04 12:14:17 -06:00
..
.gitignore Adds board support for the Teensy LC board. Support is based off the Freedom KL25Z board. LED, PWM, and UART0 have been tested. The SPI pins are mapped correctly but have not yet been tested. From Michael Hope as SourceForge patch 51. 2015-05-07 07:06:50 -06:00
kl_appinit.c Standardize the width of all comment boxes in C files 2015-10-03 07:25:23 -06:00
kl_boardinitialize.c Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE 2016-02-04 12:14:17 -06:00
kl_led.c Standardize naming of user LEDs interface functions 2015-11-01 12:45:58 -06:00
kl_pwm.c Adds board support for the Teensy LC board. Support is based off the Freedom KL25Z board. LED, PWM, and UART0 have been tested. The SPI pins are mapped correctly but have not yet been tested. From Michael Hope as SourceForge patch 51. 2015-05-07 07:06:50 -06:00
kl_spi.c For KL MCUs, rename up_spiinitialize to kl_spibus_initialize 2016-01-26 16:19:50 -06:00
Makefile Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board) 2016-01-29 11:35:48 -06:00
teensy-lc.h For KL MCUs, rename up_spiinitialize to kl_spibus_initialize 2016-01-26 16:19:50 -06:00