4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-16 17:59:12 +08:00

20 Commits

Author SHA1 Message Date
Abner
aca7a71815 [bsp][nxp]增加了drv_filesystem_spi_flash驱动 2024-04-16 23:01:45 -04:00
yandld
9cad5bd3d3 update spi flash mount 2024-04-16 23:01:34 -04:00
Abner
2685b0465e [bsp][nxp] 增加drv_spi_sample_rw007驱动 2024-04-16 22:54:33 -04:00
Abner
b4ba71e4ec [bsp][nxp] 增加drv_spi_sample_rw007驱动 2024-04-16 22:54:33 -04:00
Siwei Xu
b9bffb2827 [bsp][nxp] Add SPI1 config for FRDM-MCXN947 board 2024-04-16 22:44:57 -04:00
xhackerustc
28be12b329 [nxp/mcxn] add SPI6 support (#8704)
* [bsp][nxp] add missing drv_spi.h

Otherwise when building spi users such as u8g2, gcc will complain can't
find the drv_spi.h.

* [bsp][nxp] enable spi6

* [bsp][nxp] add spi sample code which uses spi6 to loopback

Connect spi6's MISO <--> MSIO, I.E P3_20 and P3_22 with Dupont Line
The sample usage and output would be:

msh >spi_sample
spi rbuf : 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f

spi loopback mode test over!
2024-04-16 22:44:03 -04:00
Zhang
62e6abe5df [bsp][nxp] mcxn947基础上去除多余修改: 2024-04-16 22:44:03 -04:00
Zhang
5deb0afcbe [bsp][nxp]基于MCXN947的spi_driver添加spi7读写W25Q64_Flash: 2024-04-16 22:44:03 -04:00
zealsoftstudio
07ebd42dac [nxp/mcxn] support Ethernet 2024-04-16 22:42:32 -04:00
ShaquilleLiu
5872aef5f7 [bsp] frdm-mcxn947 增加dac驱动 (#8667) 2024-04-16 22:29:46 -04:00
Siwei Xu
26d37e90ea [bsp][nxp] Fix menuconfig error in scons created project 2024-04-16 22:29:45 -04:00
Meco Man
814c37d4e3 [bsp] format drivers code 2024-04-16 22:29:45 -04:00
kk
3f335619bd [pin] pin_read/write rt_uint8_t to rt_ssize_t 2024-04-16 22:29:45 -04:00
Siwei Xu
52f2acf228 [bsp][nxp] Fix scons command can not found 'sdk_dist' 2024-04-16 22:29:45 -04:00
ShaquilleLiu
4ae3527abb [bsp][nxp]修复frdm_mcxn947上 adc设备无法注册及编译不过问题
驱动的Kconfig中添加 BSP_USING_ADC0 宏信息
芯片级的SConscript中添加缺失的 fsl_lpadc.c 和 fsl_spc.c
2024-04-16 22:29:44 -04:00
Jisheng Zhang
642bc7cbdb [bsp][nxp] fix link error when enabling SPI
/usr/lib/gcc/arm-none-eabi/13.2.1/../../../arm-none-eabi/bin/ld: rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.o: in function `spixfer':
rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.c:150:(.text.spixfer+0x102): undefined reference to `LPSPI_MasterTransferEDMA'
/usr/lib/gcc/arm-none-eabi/13.2.1/../../../arm-none-eabi/bin/ld: rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.c:160:(.text.spixfer+0x16c): undefined reference to `LPSPI_MasterTransferEDMA'
/usr/lib/gcc/arm-none-eabi/13.2.1/../../../arm-none-eabi/bin/ld: rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.o: in function `rt_hw_spi_init':
rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.c:211:(.text.rt_hw_spi_init+0x22e): undefined reference to `LPSPI_MasterTransferCreateHandleEDMA'
2024-04-16 22:25:02 -04:00
Meco Man
3f26998f9c [bsp] update projects 2024-03-21 11:23:29 +08:00
StackYuan
a582c0cc31 [fix] NXP bsp for RT-Thread 5.1.0 fixed up. 2024-03-19 08:13:00 -04:00
Zhang
55a5c20661 [bsp][nxp] 在FRDM-MCXN947上增加UART5/UART2 2024-03-11 18:05:00 +08:00
Meco Man
46967ef56f [bsp][nxp][mcx] move mcxa/n to nxp/mcx folder 2024-03-10 23:19:22 -04:00