-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCHANGES.txt
30 lines (27 loc) · 1.07 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0.0.6 January, 29 2024
Add W800, W802 and Air_101 boards
Add SDIO as DMA request source to W_DMA library
Add SPI_TX_DMA example
Some minor fixes
0.0.5b August, 15 2023
Error fix and update to 0.0.5a
Add Ili9341_Fast_SPI SDIO-SPI example
Add basic LVGL example
Add definitions of PRId32 & PRIu32 types, required for LVGL
Some minor fixes
0.0.5a August, 14 2023
Fix bug with multiple definitions of pinMap table (pull request #23)
Add I2S & DMA using Wav_SD_Player example
Add LiquidCrystal library
Fix bug in attachInterrupt parameters order (issie #22)
Enforce SPI and Wire compatibility, many other compatibility changes
0.0.4 July, 10 2023
!! Incompatible change !!
- rename boards
Other changes:
- add advanced PWM features (see doc/PWM.md file)
- fix analogWrite() to output no signal with duty = 0
- change the pgmspace.h to get rid strict assignment warnings
- add __cxa_pure_virtual function to main.cpp to prevent linker bug
- change optimization options menu
- some other bug fixes