CeSiumUA / nrf24l01_linux_driver

2 stars 0 forks source link

Implement a skeleton for nrf24 driver #8

Closed CeSiumUA closed 4 months ago

CeSiumUA commented 4 months ago

DoD:There is a file main.c for nrf24 SPI driver, which will register a character device(s), get GPIOs, register SPI device, register all required callbacks, handle module init and module exit

CeSiumUA commented 4 months ago

Implemented a skeleton for a NRF24 driver. The skeleton includes initial code for a driver, such as init and exit, mod probe and mod remove handling, registering character devices, implementing stubs for future development. All the code could be observed in linked Pull Request Driver and DTBO build succeeded: Makefile CI DoD was met