David Lin
ef08c04224
Update drv_can.h
2020-11-23 15:18:03 +08:00
WangQiang
10fb49318c
修改了一些文件头的copyright信息和Change Log
2020-10-14 10:27:17 +08:00
WangQiang
d911dc9267
1. 去掉了多余的测试打印信息
...
2. 恢复了1052的BSP的初始配置
2020-10-12 19:17:01 +08:00
WangQiang
502378cf93
1. 抽象了PHY的设备模型,在components中增加了PHY设备的相关代码以及KCONFIG配置和SConscript脚本
...
2. 在IMXRT的Libraries中增加了peripherals目录,用于具体型号的设备驱动相关的代码的实现,不应与MCU的平台相关,实现PHY的设备对象中的相关接口。
3. 修改了BSP中的Sconstruct文件,增加了peripherals目录的构建
4. 修改了KEIL环境的SCT文件,用于实现以太网功能
2020-10-12 19:17:00 +08:00
Bernard Xiong
36cb4349a6
Merge pull request #3897 from yangjie11/yj_dev1
...
[components][driver/pin.c]pin 框架增加 rt_pin_get
2020-09-11 12:57:59 +08:00
yangjie
38b3a3445e
[bsp][driver] 初始化 BSP 中的 rt_pin_ops
2020-09-11 11:16:42 +08:00
WangQiang
5f2bfe16f5
fixed ethernet driver bug for imxrt
2020-08-27 11:43:53 +08:00
nongxiaoming
3ded26a700
[bsp][imxrt] fix the gpio drivers warning,'int_mode' may be used uninitialized.
2020-06-06 17:20:36 +08:00
tyustli
eb0e373cf6
[bsp][imxrt] fix docs and templates err
2020-06-05 18:04:54 +08:00
tyustli
b8c13d494c
remote host config
2019-12-27 12:57:55 +08:00
tyustli
00fa2e2d78
solve gcc build err
2019-12-26 14:10:06 +08:00
Bernard Xiong
5ef1bfc878
[bsp] Remove unnecessary files.
2019-12-21 07:25:12 +08:00
Ernest
7be06b67bb
[add] default environment
2019-10-22 16:48:57 +08:00
Bernard Xiong
076addc9ea
Merge pull request #3006 from jiezhi320/master
...
fix bug when use HWTIMER_MODE_PERIOD
2019-09-29 16:54:08 +08:00
armink
5c68b748d7
[bsp/imxrt] Remove the use of device user data on uart driver.
2019-09-21 13:55:16 +08:00
Gavin Liu
943f83d58f
imxrt:enet: Support imxrt ethernet interface
...
1. Add "drv_eth.c" for all imxrt platforms.
2. Add ksz8081 phy driver for imxrt1052-nxp-evk board.
3. Disable the LED demo in main.c file if enable the ENET
and ksz8081 phy, because the PINs of LED and ksz8081
reset are from the same GPIO.
4. Update the relevant Kconfig and Sconscript files.
Signed-off-by: Gavin Liu <gavin-liugang@outlook.com>
2019-09-19 11:21:42 +08:00
Gavin Liu
57630ae4bd
imxrt:sdram: Add sdram support for imxrt1052-nxp-evk
...
1. Add sdram item in bsp/imxrt/imxrt1052-nxp-evk/board/Kconfig
2. Add sdram configuration header file for imxrt1052-nxp-evk
3. Update the sdram space assignment for memheap
Signed-off-by: Gavin Liu <gavin-liugang@outlook.com>
2019-09-19 11:13:57 +08:00
LinJieqiang
d16d78c53e
fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE"
2019-09-05 08:33:12 +08:00
jiezhi320
383429e3b9
fix bug when use HWTIMER_MODE_PERIOD
2019-08-25 20:58:11 +08:00
SummerGift
641628fd14
change Libraries->libraries
2019-08-11 18:14:44 +08:00