@@ -6,24 +6,33 @@ title: Change Log
66
77### Core
88
9- - Add function to know last reset resaon.
9+ ### Libraries
10+
11+ ### Tools
12+
13+ ---
14+ ## 2.1.0
15+ February 27, 2016
16+
17+ Package link: ` http://arduino.esp8266.com/versions/2.1.0/package_esp8266com_index.json ` .
18+
19+ ### Core
20+
21+ - Add function to know last reset reason.
1022- Allow control of enabling debug and debug level from IDE
11- - Make HardwareSerial::begin() and end() interrupt safe
12- - Put HardwareSerial and cbuf methods called from interrupt context in RAM
13- - Re-enable interrupts before directly enqueuing characters in the UART FIFO
1423- Add espduino board
1524- Rework StreamString::write to use String internal buffer directly (#1289 )
1625- Add function to measure stack high water mark
1726- Fix RAM corruption caused by our hook of register_chipv6_phy(init_data* ).
1827- Optimize PWM interrupt handler for better precision
1928- Add warning levels configurable through Preferences
20- - Protect HardwareSerial's cbuf usage with InterruptLock
2129- SPIFFS: check if path length is valid (#1089 )
2230- Set CPU frequency before running setup
2331- Add core_esp8266_features.h to be able to detect the features and libraries included in the ESP core
24- - Added ESPino to supported boards
32+ - Add ESPino to supported boards
2533- Fix pwm first step getting skipped
2634- Update SDK to 1.5.1_16_01_08
35+ - Bufferless and interruptless HardwareSerial
2736- HardwareSerial: allow mapping of UART0 TX to GPIO2
2837- Add 128K SPIFFS for 512KB modules
2938- Reduce stack usage by Print::printf
0 commit comments