mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Updating todo.
This commit is contained in:
9
todo.txt
9
todo.txt
@ -3,6 +3,7 @@
|
|||||||
0012
|
0012
|
||||||
|
|
||||||
Update Windows avr-libc to 1.6 and avr-gcc to 4.3 (to match Mac).
|
Update Windows avr-libc to 1.6 and avr-gcc to 4.3 (to match Mac).
|
||||||
|
Improve shiftOut() performance: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1216659239/0
|
||||||
Add String library.
|
Add String library.
|
||||||
Add highByte(), lowByte(), and makeWord(high, low) functions.
|
Add highByte(), lowByte(), and makeWord(high, low) functions.
|
||||||
Add bitRead() and bitWrite() functions (and bitSet() and bitClear()?)
|
Add bitRead() and bitWrite() functions (and bitSet() and bitClear()?)
|
||||||
@ -18,6 +19,10 @@ Write LiquidCrystal documentation.
|
|||||||
|
|
||||||
AVR
|
AVR
|
||||||
|
|
||||||
|
Bootloader:
|
||||||
|
- disable watch dog timer
|
||||||
|
- fix eeprom writing: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1202157667/15
|
||||||
|
Support atmega328: http://spiffie.org/know/arduino_328/
|
||||||
Support pin change interrupts.
|
Support pin change interrupts.
|
||||||
Switch pwm output on pins 5 and 6 to phase-correct mode, if possible.
|
Switch pwm output on pins 5 and 6 to phase-correct mode, if possible.
|
||||||
Problems including WProgram.h twice?
|
Problems including WProgram.h twice?
|
||||||
@ -136,3 +141,7 @@ Show a picture of the LED flashing.
|
|||||||
DOCUMENTATION / TROUBLESHOOTING
|
DOCUMENTATION / TROUBLESHOOTING
|
||||||
|
|
||||||
Add explanation of how to work around auto-reset.
|
Add explanation of how to work around auto-reset.
|
||||||
|
|
||||||
|
DOCUMENTATION / HACKING
|
||||||
|
|
||||||
|
Burning bootloader without an AVRISP: http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html
|
Reference in New Issue
Block a user