20 Commits

Author SHA1 Message Date
lbuque ff3c20474c all: Updated MicroPython version to 1.24.0.
Signed-off-by: lbuque <1102390310@qq.com>
2024-11-21 11:31:40 +08:00
lbuque 8743a028a1 modesp32.c: Add firmware_info function.
Signed-off-by: lbuque <1102390310@qq.com>
2024-09-12 15:40:17 +08:00
lbuque 427ee9baa9 version.text: Update to V2.1.3.
Signed-off-by: lbuque <1102390310@qq.com>
2024-08-29 17:27:34 +08:00
lbuque ba67895c14 version.text: Update to V2.1.2.
Signed-off-by: lbuque <1102390310@qq.com>
2024-08-16 09:45:51 +08:00
lbuque 207e43888b version.text: Update to V2.1.1.
Signed-off-by: lbuque <1102390310@qq.com>
2024-08-01 16:44:20 +08:00
lbuque 16cac573c3 version.text: Update to V2.1.0.
Signed-off-by: lbuque <1102390310@qq.com>
2024-07-18 17:04:10 +08:00
lbuque 4b8ab637c6 version.text: Update to V2.0.9.
Signed-off-by: lbuque <1102390310@qq.com>
2024-07-04 17:18:24 +08:00
lbuque fd5a0dac75 version.text: Update to V2.0.8.
Signed-off-by: lbuque <1102390310@qq.com>
2024-06-20 18:12:59 +08:00
lbuque 96a13844df version.text: Update to V2.0.7.
Signed-off-by: lbuque <1102390310@qq.com>
2024-06-06 17:55:55 +08:00
lbuque 89aed12c02 version.text: Update to V2.0.6.
Signed-off-by: lbuque <1102390310@qq.com>
2024-05-24 11:39:57 +08:00
lbuque fc3538bf9c version.text: Update to V2.0.5.
Signed-off-by: lbuque <1102390310@qq.com>
2024-05-11 12:09:17 +08:00
lbuque c9a74f9d92 version.text: Update to V2.0.3.
Signed-off-by: lbuque <1102390310@qq.com>
2024-03-21 16:27:51 +08:00
lbuque 4b8dbf65b9 all: Add copyright information.
Signed-off-by: lbuque <1102390310@qq.com>
2024-03-21 12:21:51 +08:00
lbuque 2f64e68e5e version.text: Update to V2.0.2.
Signed-off-by: lbuque <1102390310@qq.com>
2024-03-08 18:42:15 +08:00
IAMLIUBO b5460d489c filesystem: separate the file system into system and user parts
The system filesystem is used to store related resources such as the boot
interface, and the user filesystem is completely reserved for the user to use. 
Upgrade new firmware will no longer overwrite the user filesystem, and the 
resources uploaded by the user will be retained.

Signed-off-by: imliubo <imliubo@makingfun.xyz>
2023-07-04 10:15:01 +08:00
IAMLIUBO 42aa7f41f3 File path use absolute path 2023-02-09 10:32:38 +08:00
IAMLIUBO e1629c301f Modify the boot script, add ota file processing and optimize the startup method 2023-02-02 12:11:28 +08:00
IAMLIUBO 0ea34e6606 mpy-lib: add precompiled micropython-lib
https://github.com/micropython/micropython-lib
2022-01-28 16:28:38 +08:00
IAMLIUBO 2bc9a9eb42 add code format script and clean code
code format rule follow the micropython upstream
2022-01-13 17:26:51 +08:00
IAMLIUBO f7f3a99ad1 Initial commit 2022-01-11 15:47:32 +08:00