nigelb

Results 17 comments of nigelb

Hi @jamesmunns I have the same issue as #191 : ``` $ svd2rust.exe -V svd2rust 0.12.0 (631ab3e 2018-03-09) $ svd2rust -i ATSAML21E18B.svd WARNING Some(Ident("mode1")) overlaps with another register block at...

Hi, I wouldn't say I am experienced at development for PlatformIO but I have been playing with this: [https://github.com/nigelb/platform-apollo3blue](https://github.com/nigelb/platform-apollo3blue). It has not received a lot of testing because I ran...

Hi, I and have recently fixed a lot of bugs (in [platform-apollo3blue](/nigelb/platform-apollo3blue)) and got thing working pretty well so that the master can now build against both the v1.x.x and...

Greetings @blasteroid297 and @Wenn0101, I too have run into the issue of the BLE stack breaking my deep sleep. For the initial proof of concept I am using **Arduino 1.8.13**...

Hi @oclyke currently it compiles and uploads code fine. Since I have can now upload I have been testing out the provided examples and have been running into issues in...

I have made the pull request. Here is a quick into to PlatformIO. Hopefully I have covered enough to get you up and running. ## Basic PlatformIO Install Although it...

Thank @justiceamoh I have accepted those pull requests.

Hi @Wenn0101 thanks for looking at this. If you created the destructors could you push them upstream to mbed? It might just be me, but it seems odd that they...

Hi @Wenn0101, I think I have come up with a shim that allows us to have our cake and eat it too. With this you won't have to push code...