CalgaryToSpace / CTS-SAT-1-OBC-Firmware

Firmware for the CTS-SAT-1 ("FrontierSat") mission. Runs on the STM32-based Onboard Computer.
MIT License
2 stars 0 forks source link

Added Basic code for LittleFS integration as well as basic FLASH driver code #44

Closed Saksham-P closed 2 weeks ago

Saksham-P commented 2 weeks ago

This code should be the basic code for LittleFS integration into a FLASH memory module, and should include all the basic functions for the FLASH memory module.

Changes Made from pervious branch

All files

littlefs_driver.h

littlefs_helper.h

flash_driver.h

littlefs_driver.c

littlefs_helper.c

flash_driver.c

debug_uart.h, debug_uart.c

Up Next

There are // FIXME: and // TODO: still around the code I will try and cover, but alongside I aim to create unit tests able to cover the basic FLASH driver code to check if user has the ability to write/read/erase without LittleFS

DeflateAwning commented 2 weeks ago

Changes from this PR/branch are pulled into PR #45 semi-manually/outside of git.