Some things that we should do that might involve history rewriting and must be done before creating a master branch. Feel free to add things. - [ ] Add general README - [ ] Add Arduino README - [x] Make Arduino export script work on OSX (use `ln` instead of `cp --symbolic-link`) - [ ] Test on stm32 - [ ] Convert odt/pdf documentation to markdown/rst/something else? Perhaps remove files for now and convert them later? - [x] Rename config macros to `CFG_something` (or otherwise make them consistent) - [x] Convert to standard integer types (`uint16_t` instead of `u2_t`) for portability and preventing conflicts. - [x] Change `ostime_t` to unsigned, introduce `ostimediff_t` for subtractions? - [ ] Fix big vs little endian voor ids etc?
Some things that we should do that might involve history rewriting and must be done before creating a master branch. Feel free to add things.
lninstead ofcp --symbolic-link)CFG_something(or otherwise make them consistent)uint16_tinstead ofu2_t) for portability and preventing conflicts.ostime_tto unsigned, introduceostimediff_tfor subtractions?