Meco Man
|
364109708c
|
[stm32l475] update lcd driver
|
2021-11-21 16:06:41 -05:00 |
Meco Man
|
b7d17f3df8
|
[stm32l475] update lvgl driver
|
2021-11-18 11:26:54 -05:00 |
Meco Man
|
d6de91c68c
|
update lvgl
|
2021-11-17 23:21:14 -05:00 |
Meco Man
|
1997e5c65b
|
[stm32][l475][f469] update lvgl
|
2021-11-17 18:38:08 -05:00 |
Meco Man
|
0f7b99e2da
|
[bsp][stm32l475] update lvgl driver
|
2021-11-14 00:03:04 -05:00 |
Meco Man
|
9eb33f6a3f
|
[stm32l475][lvgl]update lv_demo.c
|
2021-10-27 16:19:03 -04:00 |
Meco Man
|
7f619606a1
|
[stm32l475] improve the structrue of sconscript
|
2021-10-24 16:21:21 -04:00 |
guo
|
9ea2c2b075
|
Merge pull request #5220 from mysterywolf/kconfig
|
2021-10-24 16:02:06 +08:00 |
Meco Man
|
e32626da30
|
[stm32l475] 修复board文件夹sconscript脚本没有继续扫描子文件夹的问题
|
2021-10-24 01:59:31 -04:00 |
Meco Man
|
468063ae59
|
[stm32l475] beautify kconfig of board
|
2021-10-24 01:47:36 -04:00 |
Meco Man
|
e63e9002bd
|
[stm32l475] enable SPI3-DMA2 for LCD
|
2021-10-24 01:24:38 -04:00 |
Meco Man
|
452fbf850a
|
[lvgl][stm32l475] update demo
|
2021-10-23 01:58:56 -04:00 |
Meco Man
|
7cba0ea924
|
[lvgl][stm32l475] implement lvgl input driver
|
2021-10-22 17:34:36 -04:00 |
guo
|
0746772433
|
Merge pull request #5214 from mysterywolf/l745
|
2021-10-22 20:47:47 +08:00 |
Meco Man
|
a70eb5604c
|
[stm32l475] upgrade lvgl porting
|
2021-10-22 01:46:34 -04:00 |
Meco Man
|
9d8ef7382a
|
[stm32l475] add BSP_USING_LCD_SAMPLE in rttlogo.h
|
2021-10-20 21:19:27 -04:00 |
Meco Man
|
d4991d9d50
|
[l475] port for LVGL
|
2021-10-18 17:07:45 -04:00 |
Jianting (Meco) Man
|
830785eec7
|
Merge pull request #60 from mysterywolf/sconscirpt
[stm32][bsp] The sconscript script in the application folder increase…
|
2021-10-18 12:50:57 -05:00 |
Jianting (Meco) Man
|
4ac91e3dec
|
Merge pull request #59 from mysterywolf/l475
[bsp][stm32][l475] add lcd_fill_array()
|
2021-10-18 12:41:21 -05:00 |
Meco Man
|
ff4e819dfd
|
[stm32][l745] add lvgl demo
|
2021-10-17 12:03:00 -04:00 |
Meco Man
|
655d8dc768
|
[bsp][stm32][l475] add lcd_fill_array()
|
2021-10-17 03:46:20 -04:00 |
Meco Man
|
fa4b7ec8fd
|
[stm32][bsp] The sconscript script in the application folder increases the recursion searching capability
|
2021-10-15 15:14:30 -04:00 |
guo
|
cda8caeda0
|
Merge pull request #5180 from liukangcc/bsp
[update] bsp .config file and rtconfig.h file.
|
2021-10-15 13:54:46 +08:00 |
liukangcc
|
7dc99c1ff4
|
[update] bsp .config file and rtconfig.h file.
|
2021-10-14 14:49:53 +08:00 |
guo
|
b1baf42d4e
|
Revert "Fix compiler flags issue"
|
2021-10-14 14:36:18 +08:00 |
liukangcc
|
3ac36a3107
|
[update] Fix compiler flags issue
|
2021-10-14 10:32:22 +08:00 |
Meco Man
|
698569c3ca
|
[stm32][lib] modify heap size to zero
|
2021-10-11 17:25:15 -04:00 |
liukangcc
|
0e46c8a33d
|
[update] support armclang
|
2021-09-26 10:46:21 +08:00 |
JCZou
|
0369db718c
|
Fix compiler flags issue
CCFLAGS is used by gcc and g++ compiler. So CFLAGS should be used for
gcc to avoid passing gcc flags to g++.
|
2021-08-19 08:53:27 +02:00 |
chenjh
|
67b86e61ba
|
[uart] Modify the uart file to configure uart_pin for pullup
|
2021-07-07 18:51:21 +08:00 |
guozhanxin
|
132ecaffb7
|
[fix] stm32l475-atk-pandora armcc build error.
|
2021-07-01 01:34:46 +08:00 |
guozhanxin
|
194e33a792
|
[tools] add scons --target=cmake-armclang
|
2021-07-01 01:30:50 +08:00 |
chenjh
|
5ac5d92cbb
|
[serial] 优化发送非阻塞时,serial_close未执行rt_completion_done的问题。
|
2021-06-16 16:55:33 +08:00 |
chenjh
|
fac3c5cda1
|
[serial] 优化dma接收处理流程,解耦驱动调用串口框架的API接口
|
2021-06-08 09:38:43 +08:00 |
chenjh
|
d94be14df5
|
[serial] 增加serial_v2版本的框架和基于stm32的串口驱动
|
2021-06-08 09:38:43 +08:00 |
ivan
|
1e82e40c82
|
fixed bug of lcd_draw_line function when y1 == y2. need to consider user case when x1 >= x2
|
2021-06-07 11:37:12 +08:00 |
guozhanxin
|
247943f1cd
|
add usb audio for pandora.
|
2021-05-24 16:59:32 +08:00 |
Meco Man
|
b5a7a4365a
|
miss typing
|
2021-04-17 20:43:44 +08:00 |
Meco Man
|
a1d4a2586c
|
miss typing
|
2021-04-17 16:32:33 +08:00 |
Meco Man
|
71988c967d
|
format codes
|
2021-04-17 16:31:08 +08:00 |
Meco Man
|
8956b2ea46
|
[stm32 pandora] implement drv_key and modify drv_sdcard
|
2021-04-17 16:28:09 +08:00 |
yangjie
|
75e4c9dd0a
|
[bsp]update GPL license to Apache-2.0, and format files
|
2021-04-09 10:52:34 +08:00 |
Bernard Xiong
|
199f73c72d
|
Merge pull request #4547 from rtthread-bot/rtt_bot
[update] RT-Thread Robot automatic submission
|
2021-04-02 18:37:40 +08:00 |
rtthread-bot
|
11dd63e9e9
|
Merge remote-tracking branch 'rtt_gitee/gitee_master'
|
2021-03-29 06:39:42 +00:00 |
Meco Man
|
a13aea3a30
|
remove return
|
2021-03-28 22:42:37 +08:00 |
Meco Man
|
390c635267
|
[stm32] remove 'count' variable in main()
|
2021-03-28 19:36:32 +08:00 |
Meco Man
|
5bd17e1433
|
[stm32] auto formatted
|
2021-03-14 15:33:55 +08:00 |
Meco Man
|
4f06fdc0ad
|
[stm32]删除RTC对libc的依赖
|
2021-03-05 09:26:26 +08:00 |
Meco Man
|
9da70b7e76
|
删除多余空格
|
2021-02-27 14:53:00 +08:00 |
Meco Man
|
c271332dd8
|
[bug][bsp][stm32][pandora] fix a bug that cannot use fatfs in the main thread at starting up
|
2021-02-26 10:23:01 +08:00 |