readme.txt 565 B

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