Open-CMSIS-Pack / Open-CMSIS-Pack-Spec

Common Microcontroller Software Interface Standard - Pack(age) based distribution system
https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/
Apache License 2.0
53 stars 21 forks source link

Resource handling #87

Closed ReinhardKeil closed 8 months ago

ReinhardKeil commented 2 years ago

We started to work on resource handling. A very first idea is here: https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/projmgr/docs/Manual/Overview.md#cmsis-zone-integration

fred-r commented 2 years ago

Great, rather than doing something specific for CMSIS-Zone can we say that we open the door for a solution (rather than a project because to me we are talking here about system configuration) to have several system configuration files ?

But at least we have a placeholder to attach these settings to a solution.

ReinhardKeil commented 2 years ago

The documentation is now reworked and the resource handling is here https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/projmgr/docs/Manual/YML-Format.md#resource-management

It is not completely spelled out yet, but closer to what we need finally. When time permits we can discuss it today.

ReinhardKeil commented 2 years ago

We should decide:

fred-r commented 2 years ago
ReinhardKeil commented 8 months ago

Even when the topic RZone has not been addressed yet, I'm closing this issue.

I believe we need to review resource management later this year in context with enhancements to linker script handling and the MPU support that is now available with CMSIS version 6 and the RTX implementation.