Yaochenger
a3c5ce717c
[bsp][readme]合并ch32v208与RT1060的readme
2023-04-19 10:26:15 +01:00
xinyi.gao
61c239b6f0
[nxp][imxrt1060] add link script files
2023-04-15 10:01:10 -04:00
Yaochenger
fb7b1251cf
[add][RT1060]添加英文上手指南 ( #7211 )
2023-04-11 22:58:55 -04:00
Yaochenger
7509f55641
[add][RT1060]修正上手指南 ( #7207 )
...
* [add]修正上手指南
* [add]修正上手指南与重新配置rtconfig.h
2023-04-10 23:17:56 -04:00
Yaochenger
6a0ffc9231
[add][RT1060]添加BSP上手指南
2023-04-10 09:16:28 -04:00
Yaochenger
93361c31f0
[RT1060][SPI]完善SPI支持,完善SPI对RW007的支持 ( #7193 )
...
* [RT1060][SPI]添加SPI支持,并完善RW007支持
2023-04-07 18:56:51 +08:00
yangjie11
95e6b69b8e
sync and update all projects ( #7138 )
...
* sync and update
2023-03-31 16:49:48 +08:00
Meco Man
27da0f0472
format .icf, .lds, .sct
2023-03-20 00:04:51 -04:00
Meco Man
c3820a2c1b
format sconscript Kconfig files
2023-03-19 07:08:27 -04:00
xiao xie
e94a3bf52c
[imxrt1060] Update 1060 sdk 2.12.1 ( #6892 )
...
更新的SDK2.12.1更新imxrt1060的驱动
2023-02-06 22:17:31 -05:00
Meco Man
ddccef3a64
modify RT_ALIGN_SIZE as 8 by default
2023-01-12 22:47:23 -05:00
Meco Man
592284c66c
format link scripts
2023-01-08 22:52:13 -05:00
guo
ecf2d82159
sync branch rt-smart. ( #6641 )
...
* Synchronize the code of the rt mart branch to the master branch.
* TTY device
* Add lwP code from rt-smart
* Add vnode in DFS, but DFS will be re-write for rt-smart
* There are three libcpu for rt-smart:
* arm/cortex-a, arm/aarch64
* riscv64
Co-authored-by: Rbb666 <zhangbingru@rt-thread.com>
Co-authored-by: zhkag <zhkag@foxmail.com>
2022-12-03 12:07:44 +08:00
liuxianliang
a4eb64b873
update the project for RT-Thread_V4.1.1
2022-08-16 19:38:48 +08:00
xjy198903
814b1abb08
增加双网口配置选项,增加phy8211F 驱动 ( #6278 )
...
* Update Kconfig
增加RT1170双路网络选项
* Update SConscript
增加RTL8211F驱动选项支持
* Update SConstruct
去掉外设目录
* Add files via upload
增加PHY芯片RTL8211F驱动
* Update drv_rtl8211f.c
* format code
Co-authored-by: Meco Man <920369182@qq.com>
2022-08-14 23:21:27 -04:00
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
Meco Man
656f0e3d23
[imxrt1060] fix a tiny problme
...
this is report in slack group:
- I had to do a small fix in board/linker_scripts/link.lds file.
line 81, should be:
ivt_begin = ORIGIN(m_boot_data) + LENGTH(m_boot_data);
(add a space between ivt_begin and "=“).
- For unknown reason I had to set DEMO_PANEL_RK043FN66HS as default in imxrt1060-nxp-evk/board/Kconfig
Leaving the DEMO_PANEL_RK043FN02H was not working even after selecting RK043FN66HS in menuconfig. The result was touch not working without this change as a wrong driver was being pick.
2022-08-13 21:56:04 -04:00
Isaac Rose
c49c5a4d06
Added LCD Touch Int pin to ioconfig. During testing GT911 would not come out of reset because INT pin could not be driven low or high.
2022-08-08 01:30:39 -04:00
xfwangqiang
79934777d0
[bsp][imxrt]优化imxrt的BSP下面的applications的Sconsript脚本 ( #6236 )
...
* 优化imxrt的BSP下面的applications的Sconsript脚本
* add import os for sconscript in imxrt
2022-08-07 12:15:13 -04:00
Not Black Magic
226b3e1979
[bsp/imxrt/imxrt/imxrt1060-nxp-evk] ( #6195 )
...
Fix BSP bugs:
-Added Touch INT GPIO Init code to pin_mux.c
-Added new delay code for touch/video driver, using the rt-thread delay, in touchpad.c/.h
2022-07-30 02:06:09 -04:00
Meco Man
15cd71bae6
[lvgl] adapt lvgl 8.3.0
2022-07-07 16:55:25 +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
Ting Liu
880fc2f59a
[imxrt 1060] support touchpad
...
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2022-05-19 14:03:20 +08:00
Ting Liu
ea6999a700
[imxrt 1060]: support keil armclang compiler
...
Test with Keil MDK 5.36, Compiler V6.16
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2022-05-13 15:37:57 +08:00
Meco Man
a0bfbe8d90
[imxrt1060]support NXP GUiGuider
2022-05-13 14:12:15 +08:00
Meco Man
3344e38dd5
[imaxrt 1060] 优化LVGL文件结构
2022-05-12 10:10:11 +08:00
Meco Man
c14dbe8a2e
[lvgl] beautify code
2022-05-10 10:12:45 +08:00
Meco Man
e037b7684e
prepare to support squareline studio
2022-05-09 09:56:27 +08:00
Meco Man
907ee070dd
[imxrt1060] exchange On-chip Peripheral Drivers and Onboard Peripheral Drivers menu in Kconfig
2022-05-09 09:56:27 +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
guo
201bd8871d
Revert "优化build输出" ( #5747 )
2022-03-30 16:59:20 +08:00
guozhanxin
1b6031954a
[bsp/imxrt] improve build output.
2022-03-30 01:21:59 +08:00
guozhanxin
e353b2d5f1
[bsp] Update all projects.
2022-03-29 19:28:06 +08:00
guo
3b1445d49c
[bsp][imxrt1060]fix gcc can't runing issue. ( #5667 )
2022-03-14 22:54:12 +08:00
Rbb666
d53ff73615
add README_zh.md、led blink ( #5666 )
2022-03-11 18:26:56 +08:00
Rbb666
e484ff5942
添加 imxrt1060-evk BSP ( #5657 )
...
* 添加 imxrt1060-evk BSP
* add LVGL
* add README.md
* Delete irrelevant files
* Modify the optimization level to O1
* Organize documents
* Source code formatting
2022-03-11 12:13:56 +08:00