1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

[sam] Added serialEvent*() support

This commit is contained in:
Cristian Maglie
2013-03-25 01:29:42 +01:00
parent ee0c76f063
commit 03a7529cc0
2 changed files with 19 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ARDUINO 1.5.3 BETA
* 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)
* sam: Added serialEvent*() support
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)