readme.txt 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. *****************************************************************************
  2. ** ChibiOS/RT port for Atmel AVR ATTiny167. **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs on a Digispark Pro board based on an ATtiny167.
  6. ** The Demo **
  7. A thread is used to print a message to the UART. The UART pins, must be
  8. connected to an FTDI converter to see the message on a computer. The thread
  9. also toggles the onboard test/status LED every second, the LED is connected
  10. to the PB1 pin of the ATtiny167 MCU wich corresponds to P1 on the
  11. Digispark Pro board.
  12. ** Build Procedure **
  13. The demo was built using the GCC AVR toolchain.
  14. It should build with WinAVR too!
  15. Just run the command "make" to build this example.
  16. ** Programming procedure **
  17. The ATtiny167 is pre-programmed with a bootloader.
  18. Thus it can act as an USB device.
  19. The Digispark Pro runs the “micronucleus” bootloader.
  20. This bootloader comes with a command line tool which can be used to
  21. program the board.
  22. Form more details, look at the Makefile or the github repository:
  23. https://github.com/micronucleus/micronucleus