Matt Spencer
Matt Spencer
**Describe the bug** This is a know issue, as it is clearly marked in recipes-bsp/trusted-firmware-a/amlogic-boot-fip.bb But as infrastructure is being enabled on aarch64 hosts, it would be good to get...
Thinking about reducing boilerplate as in #114, I would like to propose the inclusion of arrays and iterators to the language In the below example, I create a chain of...
This is a nice to have, but could help with boilerplate in definitions. I want to create a chain of items (LED's) that all have power and ground requirements. Currently...
Hi Guys I would like to write a small application using SystemControlReport's to put a PC to sleep or wake it up. Is there any example code that shows how...
Hi there I am struggling to build this crate. I am targeting the RP2040, and the build cannot find the pico.h header that would normally be found in the SDK....
I came back to use this script after months of inactivity, and I found the execution failed with: ``` TASK [geerlingguy.certbot : Generate new certificate if one doesn't exist.] ******************************************************************...
Tested with embassy on a rp2040. Signed-off-by: Matt Spencer [email protected]
## What is the issue On an arm64 platform (Snapdragon X Elite) when upgrading from 5.0.0 to 5.1.0, I get the error ```There is a problem with this Windows installer...
This allows for a 'swizzling' iterator if the led's are in a grid format without the need to create an intermediate buffer Signed-off-by: Matt Spencer [email protected]