6318 Commits

Author SHA1 Message Date
李昂
03a8f920dc
!277 修复thread创建后未启动的bug
Merge pull request !277 from 骑士科技/master
2024-06-20 04:00:48 +00:00
longmain
3d40be98ab 增加线程启动函数 2024-06-20 11:47:13 +08:00
lyon1998
2e58104848 fix mem issue for json pack 2024-06-11 23:42:17 +08:00
李昂
56a756c296
!276 添加 ZeusOS 适配层
Merge pull request !276 from 骑士科技/master
2024-05-30 12:14:20 +00:00
longmain
d5a70c393d 修复宏定义命名 2024-05-30 20:09:35 +08:00
longmain
406ec466a3 Add ZeusOS recursive lock adaptation 2024-05-30 17:50:19 +08:00
longmain
859d3443f7 Add ZeusOS adaptation code 2024-05-30 11:48:24 +08:00
lyon1998
0d4f91efa7 support suger semicolon 2024-05-25 01:26:51 +08:00
lyon1998
ee6889d64a fix subdir for pre-compiler, fix num + str opt 2024-05-15 10:48:54 +08:00
lyon
65249bef38 support gil exit with bare 2024-05-15 00:17:20 +08:00
lyon1998
599759af48 sync PikaStdDevice 2024-05-06 00:43:19 +08:00
lyon
cb98320ba1 SOFT_SPI enhance 2024-05-06 00:38:58 +08:00
lyon1998
6130b754ea fix '@p' hash conflict with 'AO' 2024-05-06 00:34:30 +08:00
lyon1998
41432d5501 fix del issue1, add test 2024-05-05 02:39:18 +08:00
lyon1998
a6c3c8b16d Merge branch 'master' of https://github.com/pikastech/pikascript 2024-05-05 02:29:53 +08:00
Lyon
7e1b47bf04
Merge pull request #340 from unsigned00/patch-1
Fix space bug after del
2024-05-05 02:29:06 +08:00
unsigned00
29e1d9640f
Fix space bug after del
Fix space bug after del
2024-05-05 01:31:55 +08:00
李昂
992f209eac
!274 新版本修改了变量buf变量为recv,但是保存文件的变量没有修改!buff
Merge pull request !274 from SenySunny/master
2024-05-04 13:34:20 +00:00
SenySunny
1ff1654111 fix PIKA_SHELL_SAVE_BYTECODE_ENABLE 2024-05-04 21:31:04 +08:00
lyon1998
fc96c896b0 sync pack 2024-05-03 15:18:30 +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
李昂
1dcecee3b3
pikastudio support ymodem 2024-04-20 12:18:27 +00: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
lyon1998
277c770de6 fix check docsting 2024-04-18 09:23:57 +08:00
lyon
edd1c4f838 Apply patches 2024-04-18 09:19:17 +08:00
lyon
c697910f4a fix json memalloc 2024-04-09 23:23:12 +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
李昂
ee42c10a7b
!273 更新littlefs函数
Merge pull request !273 from gzbkey/master
2024-03-29 06:11:45 +00:00
gzbkey
35aa5202ed littlefs function changed, update pika function
Signed-off-by: gzbkey <59935554@qq.com>
2024-03-29 14:03:48 +08:00
gzbkey
7f05b4de3a littlefs function changed, update pika function
Signed-off-by: gzbkey <59935554@qq.com>
2024-03-29 13:59:19 +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
Lyon
5673ca2132
Merge pull request #339 from IVOES/cpp/constant-comparison
Fix incorrect check for error of tcsetattr()
2024-03-28 10:47:18 +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
李昂
d8cc0b0465
!272 添加了modbus_rt的demo
Merge pull request !272 from SenySunny/master
2024-03-15 09:22:04 +00:00
SenySunny
2af9b13fdc add demo for modbus_rt 2024-03-15 17:19:53 +08:00
lyon1998
2a7ac7244f hot fix for v1.13.3 2024-03-11 09:01:49 +08:00
lyon1998
9fdf0976c8 fix rtt plat 2024-03-11 09:01:21 +08:00
李昂
78ec204065
!271 把PIKA_WIN_PTHREAD_ENABLE中额外声明的函数设置为static静态函数
Merge pull request !271 from SenySunny/master
2024-03-10 08:57:15 +00:00
SenySunny
9dccf61c0a Set the function of PIKA_WIN_PTHREAD_ENABLE as a static function 2024-03-10 16:53:46 +08:00
lyon1998
c7338f107a hot fix for v1.13.3 for rtt port 2024-03-04 03:32:47 +08:00