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

Added avr/pgmspace.h compatibility layer for Due Boards

Fixes #1317
This commit is contained in:
Cristian Maglie
2013-03-15 12:39:04 +01:00
parent a1d63c27d8
commit 0f5a5259ec
4 changed files with 50 additions and 0 deletions

View File

@ -10,6 +10,7 @@ ARDUINO 1.5.3 BETA
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled
* sam: Upgraded libsam, and added missing modules (CAN, ETH, etc.) (Thibaut Viard)
* sam: Added compatibility for avr/pgmspace.h (Paul Stoffregen)
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)