jonlamb-gh / oxcc

A port of Open Source Car Control written in Rust
Apache License 2.0
19 stars 5 forks source link

Runtime configuration #33

Open jonlamb-gh opened 5 years ago

jonlamb-gh commented 5 years ago

It would be handy if users could modify parameters at runtime.

The bootloader I put together already has some configs in flash. It would be easy to reserve a (partial) sector of flash for user firmware configuration parameters.

An initial effort could likely just provide a simple flash get/set framework over CAN; a proper XCP implementation could be done too.

jonlamb-gh commented 5 years ago

Posting some links to random open source projects/tools related to this:

dapperfu commented 5 years ago

New link: XCP Ref Book