1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

assembly compile recipe is missing (C. A. Church)

Fixes #1457
This commit is contained in:
Cristian Maglie
2013-07-12 21:09:45 +02:00
parent 7f87574f7e
commit f604881d40
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ ARDUINO 1.5.3 BETA
* avr: Added support for Flash strings on String class (Jantje)
* Added support for floating point numbers in String class (Tevin Zhang, SebiTimeWaster)
* sam: Fixed String buffer overflows (Paul Stoffregen)
* avr: Added recipe for assembly files (C. A. Church)
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)