GradWork
GradWork copied to clipboard
Development board based on NRF52832 E73 module with C++20/CMake/VSCode based development flow
The filesystem for storing some useful data (maybe, pictures for different app notifications or schedule of alarms ). Steps - [ ] Implement the driver for on-board SPI flash. [W25Q16BV_Winbond.pdf](https://github.com/ValentiWorkLearning/GradWork/files/5145573/W25Q16BV_Winbond.pdf)...
Because of the further PCB release it's necessary to provide a set of the testing utilities for debugging. -[ ] I2C scanner -[ ] Led driver
https://github.com/ValentiWorkLearning/GradWork/blob/9bc5591664e8210aed27ff22b856637016add023/Firmware/firmware_tests/drivers/windond_flash/flash_fixture.hpp#L14
The project size is increasing. The unit tests should be added for the following parts, with the following priority: - [x] Display driver and SPI bus driver - [ ]...
Now we use implementation that based on APP_TIMER. We should consider of using implementation that based on Nordic`s example for calendar. Also, the important part of this task implementation is...
Fixed issues related to the apple clang toolchain.