nigelb
nigelb
When I try to compile the code generated from this SVD file: [ATSAML21E18B.zip](https://github.com/japaric/svd2rust/files/1403763/ATSAML21E18B.zip) With this procedure: 1. `cargo init --lib` 2. `cargo add bare-metal vcell cortex-m` 3. `echo "max_width =...
### Subject of the issue use-after-free error in Wire library. The relevant methods are `Wire.begin`: https://github.com/sparkfun/Arduino_Apollo3/blob/4e24a0275c4b84b0f3162e811162899dae4a1c62/libraries/Wire/src/Wire.cpp#L14-L19 and `Wire.end`: https://github.com/sparkfun/Arduino_Apollo3/blob/4e24a0275c4b84b0f3162e811162899dae4a1c62/libraries/Wire/src/Wire.cpp#L31-L40 With the sequence: ``` Wire.begin(); Wire.end(); Wire.begin(); //I2C Activity ``` After...
### Working towards #14 - Support for PlatformIO I have been playing around using this repository as a framework to build with platformio, see [platform-apollo3blue](https://github.com/nigelb/platform-apollo3blue). To use this repo as...
The MSPI13 -> MSPI3 typo fix that was made in version 2.5.1 of the [Ambiq SDK 2.5.1](https://ambiq.com/wp-content/uploads/2020/09/Release-Notes-SDK2.5.1.pdf), section 6, Boards and BSP > 5. Correct a typo in apollo3_evb BSP...