readme.txt 570 B

123456789101112131415161718
  1. *****************************************************************************
  2. ** ChibiOS/NIL port for Atmel AVR ATmega328p. **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs on an Arduino Nano board.
  6. ** The Demo **
  7. One thread prints a message to the serial console, which is available on
  8. the board USB connector (FT232 converter).
  9. Another thread toggles the LED on PB5 (pin 13 on Arduino IDE) every 500ms.
  10. ** Build Procedure **
  11. The demo was built using the GCC AVR toolchain.