unsigned00
29e1d9640f
Fix space bug after del
...
Fix space bug after del
2024-05-05 01:31:55 +08:00
lyon
4d60d65012
some GIL patch
2024-05-03 15:17:21 +08:00
lyon1998
4e99de0b4c
support GIL_ENTER when vm_cnt goto 0
2024-05-03 00:02:31 +08:00
lyon1998
16f55887c3
auto init lock for event_handler
2024-05-02 23:59:07 +08:00
lyon1998
681ab7c65b
add socket_download testcase
2024-04-26 14:28:22 +08:00
lyon1998
7056f1bb01
socket_dowanload test passed
2024-04-24 21:12:59 +08:00
lyon1998
612d353090
bytes_split test ok
2024-04-24 20:40:25 +08:00
lyon1998
3c4adbc464
fix pika_debug_raw
2024-04-18 10:39:25 +08:00
lyon
b66b2f933b
check write for APP download
2024-04-18 10:30:18 +08:00
lyon1998
485c3fe63e
Merge branch 'master' of https://gitee.com/lyon1998/pikascript
2024-04-18 09:24:47 +08:00
lyon1998
073f300e30
fix check doc string
2024-04-18 09:24:25 +08:00
lyon
edd1c4f838
Apply patches
2024-04-18 09:19:17 +08:00
lyon
96d3ce1576
support debug_bytes
2024-04-06 10:59:47 +08:00
lyon1998
908b187493
support FileNoFoundError for runSingleFile
2024-04-03 11:12:01 +08:00
Lyon
0d3c90db73
Merge pull request #338 from IVOES/cpp/non-constant-format
...
Fix non-constant format string
2024-03-28 10:47:39 +08:00
Mingjie Shen
be0978f229
Fix incorrect check for error of tcsetattr()
...
Prior to this commit, the code was incorrectly checking whether
tcsetattr() succeeded or not: The condition (err == -1 && err == EINTR)
is always false.
2024-03-27 19:42:56 -04:00
Mingjie Shen
d6580f4869
Fix non-constant format string
...
Passing a non-constant 'format' string to a printf-like function can
lead to a mismatch between the number of arguments defined by the
'format' and the number of arguments actually passed to the function. If
the format string ultimately stems from an untrusted source, this can be
used for exploits.
2024-03-27 19:21:56 -04:00
lyon1998
9fdf0976c8
fix rtt plat
2024-03-11 09:01:21 +08:00
SenySunny
9dccf61c0a
Set the function of PIKA_WIN_PTHREAD_ENABLE as a static function
2024-03-10 16:53:46 +08:00
lyon1998
0afc291f71
fix rtt port for v1.13.3
2024-03-04 03:32:11 +08:00
SenySunny
65a4f278a4
fix 2 warnings for rt-thread
2024-03-03 20:00:10 +08:00
lyon1998
f245a8f42b
fix format
2024-03-03 00:52:53 +08:00
SenySunny
532822c78c
add PIKA_WIN_PTHREAD_ENABLE
2024-03-03 00:40:58 +08:00
lyon1998
701006cb93
ready to release v1.13.3
2024-03-02 16:13:32 +08:00
lyon
1d34d8a8d4
fix warnning on ac6
2024-03-02 16:10:10 +08:00
lyon1998
813bb30b75
fix ac5 warnnings sync
2024-03-02 14:19:44 +08:00
lyon
9ad6199b43
fix warnnings on ac5
2024-03-02 14:17:28 +08:00
lyon1998
dbd16d5d6b
fix lvgl img
2024-02-25 01:46:00 +08:00
lyon
ec7fde39a4
Apply patches
2024-02-25 01:45:08 +08:00
lyon1998
e3f1c3b26e
fix linklibrary open pikafs issue
2024-02-25 00:24:31 +08:00
lyon
d5796cd56e
sync pika_lvgl pkg
2024-02-20 00:57:37 +08:00
李昂
9a5c80d802
lvgl use recursive LOCK
2024-02-19 23:56:06 +08:00
lyon
043432f723
using recersive mutex for GIL
2024-02-19 23:45:59 +08:00
lyon
364684be61
add recursive_mutex support
2024-02-19 22:35:40 +08:00
lyon
3a38de4d7a
fix cmodule import issue
2024-02-18 20:59:46 +08:00
lyon
874e4b9032
update
2024-02-12 23:34:37 +08:00
lyon
d0c772d326
sync
2024-02-12 23:12:36 +08:00
lyon
fdb9b1baa7
sync PikaStdDevice for SPI/SOFT_SPI enhance
2024-02-11 21:43:49 +08:00
李昂
6fba67f236
inhance pika_hal SPI
2024-02-11 21:41:08 +08:00
lyon
5c21d1a536
sync pika_hal and pika_platform_sleep_us
2024-02-10 00:41:45 +08:00
李昂
49cad9fc05
Apply patches
2024-02-10 00:36:50 +08:00
lyon
daacac97b7
Apply patches
2024-01-28 19:31:37 +08:00
lyon1998
64bc52cf50
support try...import
stmt
2024-01-28 19:18:59 +08:00
lyon1998
294bc6cd73
fix if:import as
parse issue
2024-01-28 12:21:39 +08:00
Lyon
e7e237e429
release packages
2024-01-15 13:06:27 +08:00
lyon1998
0df88ba177
fix event deinit
2024-01-12 00:25:42 +08:00
lyon1998
619b87661f
support no lock event signal (int)
2024-01-12 00:04:25 +08:00
Lyon
4b5bce1e0f
fix name space conflict for VM INS
2024-01-11 16:20:45 +08:00
Lyon
f5bd165a86
fix freertos port
2024-01-11 16:08:57 +08:00
Lyon
887b10cf54
add sync API for event signal
2024-01-10 16:15:12 +08:00