CXSforHPU
bb91502465
[drivers] Specifies the name of the drivers driver file
...
https://github.com/RT-Thread/rt-thread/pull/9420
2024-09-13 17:40:40 -04:00
sakumisu
b462daf57e
update(cherryusb): add config for mcxn947 usbdev and usbhost
2024-09-02 10:15:43 +08:00
yandld
8ba75bddc3
[bsp][mcxc] initial commit for frdm-mcxc444
2024-08-25 10:55:17 -04:00
Yilin Sun
42239863cf
bsp: nxp/mcx/mcxn/mcxn947: Remove invalid SPI8 entry.
...
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-08-19 16:04:28 +08:00
Yilin Sun
fd3f603b27
bsp: nxp/frdm-mcxn947: FS: use generic SPI API.
...
This patch replaces SPI flash mount procedure with generic SPI API. This
patch also try to format the external flash on the first mount failure,
in case of empty or invalid flash content is present on the external SPI
flash.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-08-16 20:20:34 -04:00
Yilin Sun
12214dc18c
bsp: nxp/frdm-mcxn947: WiFi: use generic SPI API.
...
This patch changed SPI initialization API to standard RT-Thread SPI API.
The current code contains a minor bug which does not wait for WiFi
module ready before stack initialization, this is also fixed.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-08-16 20:20:34 -04:00
LZerro
04b77e409e
[bsp][NXP]Fix .md picture mistakes
2024-07-08 22:06:53 +08:00
LZerro
b47b6df927
[bsp][Infineon]&[NXP] Add README_EN
2024-07-08 22:06:53 +08:00
Abner
099e24951c
[BSP][nxp]增加wifi_weather_sample.c ( #9118 )
...
* [BSP][nxp]增加wifi_weather_sample.c
* [BSP][nsp]增加wifi_weather_sample.c
2024-06-28 22:37:22 +08:00
andeyqi
e69a7ccfa3
[bsp][nxp] Update mcxn236 & mcxn947 LFLAGS config.
2024-06-27 23:04:56 +08:00
Jisheng Zhang
0f8f0620c3
[bsp][nxp] s/libraries/Libraries
...
The upper/lower case matters under *nix
2024-06-26 23:54:42 +08:00
latercomer
fe3c4d456e
bsp中option env语句替换为新语句,并同步更新了source "$xxx"语句
2024-06-20 14:40:42 +08:00
Siwei Xu
3f434feec9
[bsp][nxp] Add select BSP_USING_PIN for SPI and RW007 driver
2024-04-20 23:46:39 -04:00
Abner
cd77f988cd
[bsp][nxp]修改 drv_filesystem_spi_flash 驱动 ( #8811 )
...
Co-authored-by: yandld <1453363089@qq.com>
Co-authored-by: Meco Man <920369182@qq.com>
2024-04-18 21:00:49 -04:00
Abner
a2bec29019
[bsp][nxp]增加了drv_filesystem_spi_flash驱动
2024-04-16 18:48:37 +08:00
Abner
bbac8e954d
[bsp][nxp]增加了drv_filesystem_spi_flash驱动
2024-04-16 18:48:37 +08:00
yandld
47d9c03937
update spi flash mount
2024-04-16 18:48:37 +08:00
Abner
d5aff0c963
[bsp][nxp] 增加drv_spi_sample_rw007驱动
2024-04-12 18:35:31 +08:00
Abner
98c6a741c5
[bsp][nxp] 增加drv_spi_sample_rw007驱动
2024-04-12 18:35:31 +08:00
Siwei Xu
dd55489839
[bsp][nxp] Add SPI1 config for FRDM-MCXN947 board
2024-04-06 13:18:06 -04:00
xhackerustc
e0e9eb8b15
[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-04 20:08:39 -04:00
Zhang
447a10c964
[bsp][nxp] mcxn947基础上去除多余修改:
2024-04-03 17:57:46 -04:00
Zhang
42e01a80a0
[bsp][nxp]基于MCXN947的spi_driver添加spi7读写W25Q64_Flash:
2024-04-03 11:12:19 +08:00
zealsoftstudio
79e2946467
[nxp/mcxn] support Ethernet
2024-04-01 18:44:26 -04:00
ShaquilleLiu
99dafb1fef
[bsp] frdm-mcxn947 增加dac驱动 ( #8667 )
2024-03-24 22:52:11 -04:00
Siwei Xu
b6f725c7e4
[bsp][nxp] Fix scons command can not found 'sdk_dist'
2024-03-23 14:44:28 -04:00
ShaquilleLiu
0b0baf2e4f
[bsp][nxp]修复frdm_mcxn947上 adc设备无法注册及编译不过问题
...
驱动的Kconfig中添加 BSP_USING_ADC0 宏信息
芯片级的SConscript中添加缺失的 fsl_lpadc.c 和 fsl_spc.c
2024-03-23 14:43:57 -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