Replies: 1 comment 1 reply
-
As you are the maintainer, it would come down to you to keep all files up to date |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's kind of a dilemma, should picoRTOS provide linker files or not ?
On one hand, this would solve a few philosophical issues by providing a way to remove interrupt function pointers from every port, for example, adding code safety.
Ports would really be about architectures and not about BSPs, but this might be wishful thinking, as the border is blurry anyway.
On the other hand it will probably remove some flexibility regarding the BSP the user might want to use.
My take on it would be to add linker files in the devices subdirectories and see how convenient it is, or not.
Devices directories might add subdirectories for every compiler it supports, too.
This is up for debate.
Beta Was this translation helpful? Give feedback.
All reactions