6227 Commits

Author SHA1 Message Date
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
李昂
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
lyon1998
0afc291f71 fix rtt port for v1.13.3 2024-03-04 03:32:11 +08:00
李昂
1701588e26
!270 fix 2 warnings for rt-thread
Merge pull request !270 from SenySunny/master
2024-03-03 19:31:03 +00:00
SenySunny
65a4f278a4 fix 2 warnings for rt-thread 2024-03-03 20:00:10 +08:00
lyon1998
d41aae5ba1 hot fix for v1.13.3 2024-03-03 00:53:22 +08:00
lyon1998
f245a8f42b fix format 2024-03-03 00:52:53 +08:00
李昂
f9a7e10210
!269 增加了PIKA_WIN_PTHREAD_ENABLE的支持,给modbus_rt增加了regs_binding的接口API
Merge pull request !269 from SenySunny/master
2024-03-02 16:47:23 +00:00
SenySunny
532822c78c add PIKA_WIN_PTHREAD_ENABLE 2024-03-03 00:40:58 +08:00
lyon1998
d06d41f84f release v1.13.3 and packages v1.13.3 2024-03-02 16:17:57 +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
abbcbb97ea fix packages.toml 2024-02-25 15:16:13 +08:00
lyon1998
209bdfa8e0 fix pika_fatfs include 2024-02-25 15:15:36 +08:00
李昂
1ffef7ce21
!268 pika_fatfs_v0.1.3_1708844427837
Merge pull request !268 from pikabot/pika_fatfs_v0.1.3_1708844427837
2024-02-25 07:05:55 +00:00
zzishen
ad68a53c7a release pika_fatfs v0.1.3 2024-02-25 15:03:27 +08:00
zzishen
b259f737c1 修改malloc和free为pikapython提供的内存管理函数 2024-02-25 15:03:27 +08:00
zishen
10c54d5c38 release pika_fatfs v0.1.3 2024-02-25 14:54:55 +08:00
滋生
aeb7deb425 release pika_fatfs v0.1.3 2024-02-25 14:52:51 +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
b695636182 update pika_lvgl 2024-02-19 21:03:16 +08:00
lyon
3a38de4d7a fix cmodule import issue 2024-02-18 20:59:46 +08:00
lyon
b4a01a52bf add pinyin support for pika_lvgl 2024-02-14 19:27:40 +08:00
lyon
e44bc174c9 sync submodule 2024-02-14 19:26:17 +08:00
lyon
112dc653aa update lvgl submodule 2024-02-14 19:22:40 +08:00
lyon
778faee1f9 fix warnings 2024-02-14 19:19:24 +08:00
李昂
9bddc3bd5b pinyin for lvgl_pkg 2024-02-14 18:49:19 +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
dfa38f9f5e add IIC utils 2024-02-12 23:10:49 +08:00
lyon
b51da56a49 remove platform<method> for PikaStdDevice 2024-02-12 01:07:05 +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
李昂
6a66386907 Merge branch 'master' of https://github.com/pikastech/pikascript 2024-02-10 23:36:59 +08:00
李昂
40840adc89 修复 W806 编译问题,移除过时的W801_Devcie模块的编译 2024-02-10 23:36:24 +08:00