-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for "name:" and "map:" node (#52)
- cbuild.go: - Independent of stm32CubeMX - Extend structure CbuildGenIdxType with "map" and "name" - Function Read returns parameters only for requested generatorID - stm32CubeMX.go: - Introduce structure BridgeParamType that contains only necessary information for CubeMX bridge - Determine CubeMX context (including new contexts, that are provided by new "map" node) and save it to BridgeParamType (CubeMX context is parsed only in one place) - mxDevice.go: - Simplify CubeMX context handling. CubeMX context is already provided as parameter in BridgeParamType - Change the *hal_msp.c file name retrieval method. (old method does not work for STM32H7RS devices) - iniReader.go: - Simplify CubeMX context handling. CubeMX context is already provided as parameter in BridgeParamType - readFile.go: - synchronize to changes in cbuild.go, mxDevice.go and stm32CubeMx.go - Synchronize test files to changes in source files
- Loading branch information
1 parent
456c7ac
commit 46cffae
Showing
7 changed files
with
519 additions
and
673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.