Valentyn Korniienko

Results 14 issues of Valentyn Korniienko

Let's create Pepe analyzed ( performance embedded profiler extractor)

Look at this signature of acceptDrop: https://github.com/c-smile/sciter-sdk/blob/f750c7cb135ae3e580d97cfeaedce0010f3ff67b/samples/drag-n-drop-manager/ddm.tis#L21 And the call on ddm.tis: ``` if(!def.acceptDrop || def.acceptDrop( dd_source, dd_target, dst.index ))``` Probably signature need to be changed to ``` //| def.acceptDrop...

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 - [ ]...

enhancement

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...

enhancement