Jeremy Grosser
Jeremy Grosser
The OpenSSF organization has some good guidelines around supply chain security documented here: https://github.com/ossf/wg-best-practices-os-developers
I think the word `standard` should be changed to `default` or `normal`, as those style checks are not a part of any Ada standard document. Are the `-gnat*` flags really...
*SIGINT, not TERM
I believe I'm running into the same issue on aarch64 Linux. Tracing with gdb, [this Dynamic_Predicate](https://github.com/alire-project/alire/blob/d34cc53d5d865adc07e8c43f89d1e002c9629a24/src/alire/alire.ads#L121) is calling memset and causing a segfault there. Removing that predicate fixes pins regardless...
Please add a unit test or two, just so we've got some level of coverage.
RP.Multicore now has an example, still no tests.
I have a fix, but I'm afraid it might break other I2C devices. Please test out the https://github.com/JeremyGrosser/rp2040_hal/tree/issue_49 branch and let me know if it solves your problem.
I believe I've fixed the behavior of `RP.I2C_Master` with release 2.4.0. Sorry it took so long.
If that's something you'd be willing to contribute, I think the best approach would be to create a separate GitHub repository and Alire crate for it, then we can add...
If you need help with Alire, the people on gitter are very friendly. https://gitter.im/ada-lang/Alire I've been using the BSD-3-Clause license for RP2040 related projects. Most of the official Raspberry Pi...