README.txt 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. Teensy LC README
  2. ================
  3. This is the README file for NuttX on the PJRC Teensy LC. The Teensy LC
  4. is a DIP style breakout board for the MKL25Z64 and comes with a USB
  5. based bootloader. Contributed by Michael Hope.
  6. Development Environment
  7. =======================
  8. All testing was done with the GNU ARM Embedded 4.9 toolchain on
  9. Linux. See https://developer.arm.com/open-source/gnu-toolchain/gnu-rm to download.
  10. Once you've configured and built NuttX, flash the resulting
  11. nuttx.hex file to the board using the Teensy Loader Application.
  12. LEDs
  13. ====
  14. The Teensy LC has a single LED. If CONFIG_ARCH_LEDS is defined, then
  15. NuttX will update the LED as the board boots. The summary is:
  16. * LED off: board booting
  17. * LED on: initial stack created
  18. * LED flashing: panic.
  19. See `include/board.h` for details.
  20. Serial Console
  21. ==============
  22. The serial console is mapped to UART0 and appears on pins 0 (RX) and
  23. 1 (TX). Consider using a 3.3 V USB to serial adapter such as the
  24. Sparkfun #9717 FTDI cable.