Closed CeSiumUA closed 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: DoD was met
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