heliosproj / HeliOS

A community delivered, open source embedded operating system project.
http://www.heliosproj.org
GNU General Public License v2.0
352 stars 42 forks source link

refactor: use stdint types #14

Closed JuPrgn closed 3 years ago

JuPrgn commented 3 years ago

Changes every types to stdint types. I did not test/compile this, please verify before merging. I don't know if you really want to merge this but as discussed on #9 this would give better control on how code is compiled.

MannyPeterson commented 3 years ago

Great! I’ll merge the changes and test. This will go into the 0.2.5 release. I appreciate the contributions!

JuPrgn commented 3 years ago

I did not updated the examples. As they are platform specific they probably don't need to be updated. But if you add generic examples you should use stdint for these too.