@@ -6,24 +6,33 @@ title: Change Log
6
6
7
7
### Core
8
8
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.
10
22
- 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
14
23
- Add espduino board
15
24
- Rework StreamString::write to use String internal buffer directly (#1289 )
16
25
- Add function to measure stack high water mark
17
26
- Fix RAM corruption caused by our hook of register_chipv6_phy(init_data* ).
18
27
- Optimize PWM interrupt handler for better precision
19
28
- Add warning levels configurable through Preferences
20
- - Protect HardwareSerial's cbuf usage with InterruptLock
21
29
- SPIFFS: check if path length is valid (#1089 )
22
30
- Set CPU frequency before running setup
23
31
- 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
25
33
- Fix pwm first step getting skipped
26
34
- Update SDK to 1.5.1_16_01_08
35
+ - Bufferless and interruptless HardwareSerial
27
36
- HardwareSerial: allow mapping of UART0 TX to GPIO2
28
37
- Add 128K SPIFFS for 512KB modules
29
38
- Reduce stack usage by Print::printf
0 commit comments