lobaro / FreeRTOS-rust

Rust crate for FreeRTOS
MIT License
354 stars 56 forks source link

add freertos-addons and option to set path to portable directory #36

Closed johnathancn closed 1 year ago

johnathancn commented 1 year ago

35 #34

schteve commented 1 year ago

Thanks for this, could you please point the submodule to the latest released tag from the other repo? I would prefer to follow releases for simplicity.

Also, based on our conversation the fix for #35 is probably more involved than just adding a define. Feel free to remove those changes for now if you want to merge sooner.

johnathancn commented 1 year ago

Thanks for this, could you please point the submodule to the latest released tag from the other repo? I would prefer to follow releases for simplicity.

Also, based on our conversation the fix for #35 is probably more involved than just adding a define. Feel free to remove those changes for now if you want to merge sooner.

Updated the tag to v1.6.0 and removed the #define patch

schteve commented 1 year ago

Looks good to me. Thanks again!