rpi4-rust-workspace
rpi4-rust-workspace copied to clipboard
Rust workspace for Raspberry Pi 4 bare metal things
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...
Bumps [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) from 0.2.1 to 0.2.3. Commits 149a3c9 Release crossbeam-queue 0.2.3 18363b5 Merge #476 e32c891 Release new versions 6d6591a Merge #474 528c3ca Undo bump of rand as it bumps MSRV...
Bumps [image](https://github.com/image-rs/image) from 0.23.3 to 0.23.14. Changelog Sourced from image's changelog. Version 0.23.14 Unified gif blending in different decode methods, fixing out-of-bounds checks in a number of weirdly positioned frames....
Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.3 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...
Coming soon? https://www.raspberrypi.org/forums/viewtopic.php?f=72&t=244479&sid=3bbf22a36500b2047fe914894e8b2bd0#p1491246
https://github.com/jonlamb-gh/rpi4-rust-workspace/blob/088afcc7b97dd70beeb00da26d677762495ce88b/bcm2711-hal/src/dma/mod.rs#L3
Use it to read the u-boot environment file for key/value storage. Update IP examples to pull in the `ipaddr` env variable.
https://blog.japaric.io/stack-overflow-protection/
* https://github.com/RPi-Distro/raspi-gpio/blob/master/raspi-gpio.c#L194 * https://github.com/rsta2/circle/blob/fe24b6bebd1532f2a0ee981af12eaf50cc9e97fb/include/circle/bcm2835.h#L73 * https://github.com/rsta2/circle/blob/fe24b6bebd1532f2a0ee981af12eaf50cc9e97fb/lib/gpiopin.cpp#L350