Ameer Shira
Ameer Shira
Hi. Is it possible to write to a buffer, read a part of the buffer, and then write again to the same buffer?
I would like Taskfile scoped variables so that the behaviour of the parent taskfile or the included child taskfiles is not implicitly changed just by including a taskfile. This topic...
**Description** Generaing Go types for reading and parsing svd files by using the [CMSIS-SVD.xsd](https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/Utilities/CMSIS-SVD.xsd) file. **Steps to reproduce the issue:** 1. `xgen -i ./CMSIS-SVD.xsd -o ./svd/types.go -l Go -p svd`...