cvra / parameter_flash_storage

Save a parameter tree in flash memory for persistency. (deprecated, now a part of https://github.com/cvra/robot-software)
MIT License
3 stars 0 forks source link

Implementation #1

Closed antoinealb closed 6 years ago

antoinealb commented 6 years ago

So most of the code was extracted from another implementation (epuck2), but still would like to have a second set of eyes on it.

I split it out for use with the beacons initially, but I think it can also be used for the motor board config we have talked about.

edit: It currently depends on the refactor-platform-specific-code branch for parameter, which I am waiting for merge. Otherwise the parameter tests are not building.

msplr commented 6 years ago

Looks good to me. We can implement the flash drive for f3 in another PR.

antoinealb commented 6 years ago

@syrianspock Changed the points your raised. If you are satisfied by the current version could you merge ?