CANopenNode / CanOpenSTM32

CANopenNode on STM32 microcontrollers.
Other
275 stars 110 forks source link

CanOpenSTM32 submodule #24

Open NLI-BrianLinari opened 1 year ago

NLI-BrianLinari commented 1 year ago

Could there be a CanOpenSTM32 Submodule and an example that includes that sub module. That way developers can get updates and don't have to pull in non need code. Like examples, STM32_HAL, CMSIS... STM32_HAL and CMSIS should really just use ST's github submodules. It would also be nice if the code didn't call out "main.h" but rather somthing like "stm32_platform.h" where the user could put the header files need. Rather than giving access to all of main.h which could have lots of stuff in it.