rt-thread/bsp/nrf5x/libraries/drivers
Core0349 fbf4856ffa
bsp/nrf5x: nrf52840添加spim驱动 (#10576)
* 添加了spim的底层驱动和设备驱动

* 添加了nrf52840 的spim底层驱动和设备驱动

* 添加了spim的底层驱动和设备驱动

* 添加了spim的底层驱动和设备驱动

* 代码规范

* 1. 在rt-thread\bsp\nrf5x\nrf52840\.ci\attachconfig\ci.attachconfig.yml中添加了spim的相关设置。
devices.spim:
    kconfig:
      - CONFIG_RT_USING_SPIM=y
      - CONFIG_BSP_USING_SPIM=y
2. nrfx_dpim.h 注释中纠正了错误的拼写
3. 多个文件中:nrfx_spim.c drv_spim.c drv_spim.h 删减了多余的宏定义:USING_SPI_DMA
4. nrfx_spim.c中删除了DMA_TRANS_MIN_LEN,该宏定义定义了spi+dma最小传输字节,直接定义20。
2025-08-17 08:05:47 +08:00
..
SConscript format Kconfig and sconscript 2023-01-08 22:52:13 -05:00
drv_adc.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_adc.h bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_flash.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_gpio.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_gpio.h bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_hwtimer.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_i2c.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_i2c.h bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_pwm.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_qspi_flash.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_rtc.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_spi.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_spi.h bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_spim.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_spim.h bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_uart.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_uart.h [bsp/nrf5x] update config file 2021-06-28 22:34:35 +08:00
drv_uarte.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_uarte.h bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
drv_wdt.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
nrfx_spim.c bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00
nrfx_spim.h bsp/nrf5x: nrf52840添加spim驱动 (#10576) 2025-08-17 08:05:47 +08:00