readme.txt 565 B

1234567891011121314151617
  1. *****************************************************************************
  2. ** ChibiOS/RT port for Atmel AVR ATmega328p **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs on an Arduino Nano board.
  6. ** The Demo **
  7. The demo currently just prints a message to the Serial0, which is available
  8. on the board USB connector (FT232 converter),
  9. and toggles the LED on PB5 (pin 13 on Arduino IDE) every second.
  10. ** Build Procedure **
  11. The demo was built using the GCC AVR toolchain.