Man, Jianting (Meco)
|
0ac8f72037
|
[lvgl] remove suareline studio specific support for imxrt1060 (#6261)
* [lvgl] PKG_USING_LV_MUSIC_DEMO defaults by yes
* [lvgl] remove specific suppport for imxrt1060
https://github.com/lvgl/lvgl/pull/3566
|
2022-08-13 22:02:41 -04:00 |
chinky
|
448843ffd8
|
[bsp]stm32l475-atk-pandora update readme, .gitignore
|
2022-08-11 22:19:45 -04:00 |
Meco Man
|
21e35dbbfd
|
[arduino][stm32l475 pandora]update readme
|
2022-07-15 10:09:50 +08:00 |
Meco Man
|
65a5e3af0f
|
[arduino] 优化默认代码
|
2022-07-15 10:09:50 +08:00 |
Meco Man
|
15cd71bae6
|
[lvgl] adapt lvgl 8.3.0
|
2022-07-07 16:55:25 +08:00 |
Meco Man
|
9f4b7b3858
|
[arduino][stm32l475] support wireless module pinout
|
2022-06-23 21:28:27 +08:00 |
Meco Man
|
c9878aacd2
|
[scons][iar] 将IAR的PLATFORM字段由iar调整为iccarm
将路径更新为IAR最新版本的路径
|
2022-06-09 07:01:59 +08:00 |
Meco Man
|
83b3aadaa3
|
[Scons][iar][iccarm] IAR统一使用iccarm作为判断条件而不是是用IDE的名字来进行判断
因为不确定后续IAR是否会像Keil一样内含有不同的编译工具链
此外,将判断条件改为列表方式,这样更方便后续增加其他可能的IAR编译链
|
2022-06-09 07:01:59 +08:00 |
Meco Man
|
50f041f5c2
|
[Scons] 将GCC判断条件改为列表方式,方便后续增加新的编译工具链
|
2022-06-09 07:01:59 +08:00 |
Man, Jianting (Meco)
|
02b176f8cb
|
[arduino] add comment (#6016)
|
2022-06-04 13:20:30 +08:00 |
Meco Man
|
4ac54cfd60
|
[arduino] suuport MsTimer2 library
|
2022-05-25 10:03:54 +08:00 |
Meco Man
|
3d4bb43aec
|
[arduino][readme] 增加对5v容忍的描述
|
2022-05-25 10:03:54 +08:00 |
Meco Man
|
b0364da7e3
|
[arduino] add F_CPU to indicate the frequency of CPU
|
2022-05-25 10:03:54 +08:00 |
Meco Man
|
36f142fbc3
|
[arduino] add RTDUINO_NO_SETUP_LOOP
|
2022-05-25 10:03:54 +08:00 |
Meco Man
|
9182d4cbb7
|
[stm32] remove meaningless files
|
2022-05-20 10:51:55 +08:00 |
Meco Man
|
4448869394
|
[simulator] 优化vs模拟器的LVGL结构
|
2022-05-11 20:30:38 +08:00 |
Meco Man
|
9ff61b4cb3
|
[l475] remove meaningless header file
|
2022-05-11 20:30:38 +08:00 |
Man, Jianting (Meco)
|
4e7823cb6b
|
[stm32l475]优化LVGL初始化流程和结构 (#5919)
* [lvgl] 代码精炼
* delet lv_port_indev.c
* Update Kconfig
|
2022-05-11 08:41:57 +08:00 |
Meco Man
|
8a7b9da76d
|
[stm32 nucleo][f072][f401] support TIM7/TIM11 hardware timer
|
2022-05-10 13:55:16 +08:00 |
Meco Man
|
c14dbe8a2e
|
[lvgl] beautify code
|
2022-05-10 10:12:45 +08:00 |
Man, Jianting (Meco)
|
0d2b96d7cc
|
[stm32][l4] add tim7 support | 设备框架以及驱动错误码处理逻辑存在问题 (#5901)
|
2022-05-09 22:59:27 +08:00 |
Man, Jianting (Meco)
|
0e66f3f833
|
[arduino] update (#5895)
|
2022-05-01 12:24:35 +08:00 |
Meco Man
|
ec9629b5f0
|
更新文档 潘多拉增加spi2
|
2022-04-28 09:19:39 +08:00 |
Man, Jianting (Meco)
|
a0f8d43744
|
[gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM (#5802)
* [gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM
|
2022-04-20 09:56:04 +08:00 |
Man, Jianting (Meco)
|
7b47e8d052
|
[stm32f401-nucleo] arduino support (#5842)
* [stm32f401-nucleo] arduino support
* 增加application arduino main文件
* 调整目录结构
|
2022-04-20 09:09:58 +08:00 |
Man, Jianting (Meco)
|
0dc493d6da
|
[stm32f072] support Arduino I2C and update readme (#5824)
[stm32f072] support Arduino I2C and update readme
|
2022-04-18 09:36:12 +08:00 |
Man, Jianting (Meco)
|
9fa8c78c9a
|
update arduino related (#5809)
- add comments
- remove ARDUINO_PWM_HZ
- remove initVariant blank function
- support DAC0
- improve Kconfig of STM32L475 PANDORA
- add readme
- add i2c1 bus device
|
2022-04-16 15:10:00 +08:00 |
Man, Jianting (Meco)
|
953ebe29de
|
[arduino] 非必要功能使用弱依赖 (#5757)
|
2022-04-06 10:25:38 +08:00 |
guo
|
201bd8871d
|
Revert "优化build输出" (#5747)
|
2022-03-30 16:59:20 +08:00 |
guozhanxin
|
921247b420
|
[bsp/stm32] improve build output.
|
2022-03-30 00:52:12 +08:00 |
guozhanxin
|
e353b2d5f1
|
[bsp] Update all projects.
|
2022-03-29 19:28:06 +08:00 |
Meco Man
|
a2b1757448
|
增加依赖项
|
2022-03-26 23:48:41 -04:00 |
Man, Jianting (Meco)
|
db04395d76
|
[stm32 pandora][arduino] 增加依赖项 (#5709)
|
2022-03-25 20:43:22 +08:00 |
Man, Jianting (Meco)
|
81e5fa061f
|
[stm32f072 nucleo] support pwm for arduino (#5693)
|
2022-03-21 22:04:37 +08:00 |
Man, Jianting (Meco)
|
fba060e550
|
[stm32 pandora] fix the bug when using LCD demo (#5692)
* [stm32 pandora] fix the bug when using LCD demo
* arduino 增加内部温度传感器和参考电压通道
* remove ARDUINO_PINOUT_PWM_MAX
|
2022-03-21 11:53:31 +08:00 |
Man, Jianting (Meco)
|
bb4fc9cb3a
|
[stm32 pandora] support backlight with brightness adjustable (#5691)
|
2022-03-20 15:47:57 +08:00 |
Man, Jianting (Meco)
|
9ee5940f25
|
[arduino][stm32l475 pandora] fullly support analog output(PWM) and analog input(ADC) (#5690)
|
2022-03-20 15:46:33 +08:00 |
LiuKang
|
75a7cb6929
|
[update] add fal component. (#5662)
* [update] add fal component.
* [update] format code.
* [update] change PKG_USING_FAL to RT_USING_FAL
* [update] format code.
* [update] fal
* [update] delete FAL_SW_VERSION
|
2022-03-15 09:48:05 +08:00 |
Man, Jianting (Meco)
|
5b17eeeb9b
|
[stm32][nucleo-f072] add arduino support (#5650)
* [stm32][nucleo-f072] add arduino gpio support
* 完善stm32f401nucleo的基本配置
* 修改led引脚描述
* 潘多拉增加arduino引脚别名
* [ARDUINO]STM32L072RB 增加ADC A0-A5的引脚配置
* add pwm
|
2022-03-10 13:44:39 +08:00 |
Man, Jianting (Meco)
|
c1ab995371
|
增加板卡标识 (#5633)
|
2022-03-07 01:15:13 +08:00 |
Man, Jianting (Meco)
|
2e98bc4e19
|
[arduino][stm32l475] enable i2c4 bus (#5608)
* [Arduino][stm32l475] enable i2c bus device
* 增加默认i2c总线设备名称
|
2022-02-23 10:20:36 +08:00 |
Man, Jianting (Meco)
|
89bf823f7d
|
[arduino][stm32l475] update application/arduino folder (#5599)
|
2022-02-17 13:36:15 +08:00 |
yanmowudi
|
98b98124c7
|
delete swm320-lq100 bsp
|
2022-02-14 13:53:04 +08:00 |
liukangcc
|
ccbd22f493
|
[update] refresh project
|
2022-01-26 18:30:23 +08:00 |
guo
|
7c403d3587
|
Merge branch 'master' into keil
|
2022-01-20 14:20:43 +08:00 |
Meco Man
|
884218588a
|
[sconscript.platform] 优化针对编译器判断的脚本
- 删除啰嗦的代码
related: https://github.com/RT-Thread/rt-thread/issues/3046
|
2022-01-19 23:24:47 -05:00 |
liukangcc
|
27511885f3
|
[update] change ccflags to cflags
|
2022-01-20 11:50:30 +08:00 |
Meco Man
|
94116501fe
|
[stm32][at esp8266][kconfig] 增加esp8266配置选项接管
|
2022-01-17 13:16:14 -05:00 |
Meco Man
|
0f856cc2d2
|
[l475][audio] 消除编译错误
|
2022-01-15 23:21:38 -05:00 |
liukangcc
|
3d2e23ec1c
|
[update] move dfs_posix.h to legacy/dfs/dfs_posix.h
|
2022-01-14 23:09:32 +08:00 |