Tags: minicarpet/generator-bridge
Tags
Exclude defines with invalid name from cgen.yml file (Open-CMSIS-Pack… …#101) * Extend bridge to support STM32N6 Devices * Add additional test function * Improve generation of cgen.yml by excluding defines with invalid names * fix formatting * fix formatting --------- Co-authored-by: Joachim Krech <[email protected]>
Add CM0+ Support for Multi-Core Devices (Open-CMSIS-Pack#89) * Extend bridge to support dual core devices with CM0+ core * Update tests - Update testExamples - Add STM32WL test examples - Update stm32CubeMX_tests
Bump peter-evans/create-pull-request from 6 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Extend generation of MX_Device.h (USBH instance, MCI mode) (Open-CMSI… …S-Pack#64)
Update release.yml * Update release.yml * Removed deprecated '--rm-dist' Removed deprecated '--rm-dist' as stated https://goreleaser.com/deprecations/#__tabbed_17_2 and replaced it with alternative '--clean'
Update parsing of *.cbuild-gen.yml (Open-CMSIS-Pack#56) - solve problem when define has a value
Add support for "name:" and "map:" node (Open-CMSIS-Pack#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
PreviousNext