AVR: Update readme.txt files in demos folders.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10724 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1dbf08a138
commit
0daa851127
|
@ -1,6 +1,6 @@
|
||||||
******************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/NIL port for Atmel AVR ATTiny167. **
|
** ChibiOS/NIL port for Atmel AVR ATTiny167. **
|
||||||
******************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
||||||
|
@ -8,9 +8,11 @@ The demo runs on a Digispark Pro board based on an ATtiny167.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The demo currently just toggles the test/status LED every second.
|
A thread is used to print a message to the UART. The UART pins, must be
|
||||||
The LED is connected to the PB1 pin of the ATtiny167 MCU.
|
connected to an FTDI converter to see the message on a computer. The thread
|
||||||
This pin corresponds to P1 on the Digispark Pro board.
|
also toggles the onboard test/status LED every second, the LED is connected
|
||||||
|
to the PB1 pin of the ATtiny167 MCU wich corresponds to P1 on the
|
||||||
|
Digispark Pro board.
|
||||||
|
|
||||||
** Build Procedure **
|
** Build Procedure **
|
||||||
|
|
||||||
|
@ -18,11 +20,12 @@ The demo was built using the GCC AVR toolchain.
|
||||||
It should build with WinAVR too!
|
It should build with WinAVR too!
|
||||||
Just run the command "make" to build this example.
|
Just run the command "make" to build this example.
|
||||||
|
|
||||||
** Notes **
|
** Programming procedure **
|
||||||
|
|
||||||
The ATtiny167 is pre-programmed with a bootloader.
|
The ATtiny167 is pre-programmed with a bootloader.
|
||||||
Thus it can act as an USB device.
|
Thus it can act as an USB device.
|
||||||
The Digispark Pro runs the “micronucleus” bootloader.
|
The Digispark Pro runs the “micronucleus” bootloader.
|
||||||
This bootloader comes with a command line tool which can be used to
|
This bootloader comes with a command line tool which can be used to
|
||||||
program the board. Form more details, look at the Makefile or the github at
|
program the board.
|
||||||
|
Form more details, look at the Makefile or the github repository:
|
||||||
https://github.com/micronucleus/micronucleus
|
https://github.com/micronucleus/micronucleus
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT port for Arduino Leonardo. **
|
** ChibiOS/RT port for ATmega32u4. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT port for Atmel AVR ATmega1280. **
|
** ChibiOS/RT port for Atmel AVR ATmega2560. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
|
@ -15,6 +15,3 @@ on PB5 (pin 13 on Arduino IDE) every second.
|
||||||
** Build Procedure **
|
** Build Procedure **
|
||||||
|
|
||||||
The demo was built using the GCC AVR toolchain.
|
The demo was built using the GCC AVR toolchain.
|
||||||
|
|
||||||
** Notes **
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT port for Atmel AVR ATmega1280. **
|
** ChibiOS/RT port for Atmel AVR ATmega328p. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
|
@ -8,9 +8,11 @@ The demo runs on a Digispark Pro board based on an ATtiny167.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The demo currently just toggles the test/status LED every second.
|
A thread is used to print a message to the UART. The UART pins, must be
|
||||||
The LED is connected to the PB1 pin of the ATtiny167 MCU.
|
connected to an FTDI converter to see the message on a computer. The thread
|
||||||
This pin corresponds to P1 on the Digispark Pro board.
|
also toggles the onboard test/status LED every second, the LED is connected
|
||||||
|
to the PB1 pin of the ATtiny167 MCU wich corresponds to P1 on the
|
||||||
|
Digispark Pro board.
|
||||||
|
|
||||||
** Build Procedure **
|
** Build Procedure **
|
||||||
|
|
||||||
|
@ -18,7 +20,7 @@ The demo was built using the GCC AVR toolchain.
|
||||||
It should build with WinAVR too!
|
It should build with WinAVR too!
|
||||||
Just run the command "make" to build this example.
|
Just run the command "make" to build this example.
|
||||||
|
|
||||||
** Notes **
|
** Programming procedure **
|
||||||
|
|
||||||
The ATtiny167 is pre-programmed with a bootloader.
|
The ATtiny167 is pre-programmed with a bootloader.
|
||||||
Thus it can act as an USB device.
|
Thus it can act as an USB device.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT port for Sparkfun Pro Micro. **
|
** ChibiOS/RT port for ATmega32u4. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
Loading…
Reference in New Issue