RT-Thread/rt-thread

🔨[bsp][nrf5x][driver][Improve the drivers within HAL_Driver]

Open

#6,058 建立於 2022年6月9日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C (4,755 fork)batch import
good first issue

倉庫指標

Star
 (9,223 star)
PR 合併指標
 (平均合併 7天 22小時) (30 天內合併 50 個 PR)

描述

you can use the nrf5x board on your hand to finish this "good first issue"

[bsp/nrf5x]https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x

You can follow the document device introduce

可以用手上的nordic 开发板来进行PR 如果没有相关芯片开发板的BSP,可以尝试提交BSP, 参考文档 nRF5x系列BSP制作教程.md 如果有BSP,可以尝试验证一些功能,有些BSP并不完善,并且PR,比如UART, SPI, IIC等模块,验证成功,应该有需要PR和修复的地方。

提交BSP开发板 提交SPI IIC 模块修复和验证和完善

根据文档: 驱动接口 可验证模块,也可以添加utest测试项:

  • PIN
  • UARTV1
  • UARTV2
  • ADC
  • DAC
  • CAN
  • HWTIMER
  • IIC
  • PWM
  • RTC
  • SPI
  • WATCHDOG
  • HWCRYPTO
  • AUDIO IIS
  • USBD
  • USBH
  • PULSE ENCODER
  • WLAN
  • ON-CHIP FLASH

貢獻者指南