-
Notifications
You must be signed in to change notification settings - Fork 13
/
ReleaseHistory.txt
86 lines (69 loc) · 2.5 KB
/
ReleaseHistory.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
####################################################
# #
# MicroPython SDK Release History #
# #
####################################################
# MicroPython SDK releasse V1.1.2 16/11/2022
- Update SDK and libs to the latet
- Add support for BW16 board
- Add VFS on flash
- Add VFS on SDCard
- Update Windows firmware upload script
- Update Linux firmware upload script
- Update MacOS firmware upload script
# MicroPython SDK releasse V1.1.1 17/05/2022
- Update ameba SDK and libs downsize FreeRTOS heap from 250KB to 100KB
- Increase MicroPython Heap size to 188KB
- Update release firmware
# MicroPython SDK release V1.1.0 06/04/2022
- Update SDK and libs to the latest
- Add support for AMB23 board
- Update linker script to eliminate dependency on PSRAM
- Update peripheral API wrapper and fix minor bugs
- Update README.md
- Update Windows firmware upload script
# MicroPython SDK release V1.0.2 14/10/2021
- Add MacOS toolchain to support building on MacOS
- Update WLAN and other libraries
- Update readme documentation
- Update PWM module with new API
- Re-structure SDFS module and remove warning when no SD card
# MicroPython SDK release V1.0.1 with WLAN patch 15/07/2021
- Update Wlan API for loop 5 times when connecting
- Update Wlan lib, support WPA3
# MicroPython SDK release V1.0.1 11/03/2021
- Added firmware upload tool and script for Linux and MacOS
- Update WLAN library and apply security patch
- Update readme documentation
- Implemented SD Card File System helper modules:
- sdfs
- Provide examples for sdfs module
# MicroPython SDK release V1.0.1 11/03/2021
- Added firmware upload tool and script for Linux and MacOS
- Update WLAN library and apply security patch
- Update readme documentation
- Implemented SD Card File System helper modules:
- sdfs
- Provide examples for sdfs module
# MicroPython SDK release V1.0.0 12/11/2020
- Added help function and help message
- Update Ameba SDK and toolchain
- Update readme documentation
- Fix bugs found in alpha release
- Implemented network helper modules:
- WiFi
- Socket
- Provide examples for all peripheral and network module
# MicroPython SDK release V0.0.1(Alpha) 29/09/2020
- Ported basic MicroPython functions
- Implemented REPL and basic terminal functions
- Added Pin Mapping for RTL8722
- Added perpharel helper modules:
- GPIO
- RTC
- Time and Delay
- PWM
- Timer
- UART
- I2C
- SPI