Brad Campbell
Brad Campbell
What would you expect this program to do? ```c int main (void) { return 1; } ``` I think it would be surprising to not get the return code in...
I am in favor of finding all of the apps that rely on a yield forever loop and adding the loop in at the end of main. That makes it...
Wow I didn't expect this to get so many approvals so quickly. I only went through examples/ not tests/, so there are still probably a lot of broken apps.
Did you run `sudo apt install picolibc-riscv64-unknown-elf`?
Closed without prejudice. Please re-open if there are future updates.
What is the status of this?
What is the status of this?
We should get this across the finish line. The new platforms need to be split into their own PRs.
``` ❯ cd capsules ❯ git grep 'pub static mut' src/app_flash_driver.rs://! pub static mut APP_FLASH_BUFFER: [u8; 512] = [0; 512]; src/ble_advertising_driver.rs:pub static mut BUF: [u8; PACKET_LENGTH] = [0; PACKET_LENGTH]; src/i2c_master.rs:pub...