Tomasz bla Fortuna
Tomasz bla Fortuna
Per analogiam to other boards maybe bdev.c should include qspi.h but it seems to work without it.
Seems to work for me like this: ```rust unsafe { flash::program_option_bytes(|| { pac::FLASH.optr().modify(|r| { r.set_n_boot0(true); r.set_n_swboot0(false); }); let data = pac::FLASH.optr().read(); assert_eq!(data.n_boot0(), true); assert_eq!(data.n_swboot0(), false); }); } ``` Instead of...
## Description ## Types of Changes - [ ] Core - [x] Bugfix - [x] New feature - [ ] Enhancement/optimization - [ ] Keyboard (addition or update) - [...
Hello. I've placed my UPS in it's new destination and it seems to be using internal autotrafo to decrease the voltage. Probably. It reads 247V and outputs 214V. `AUTO` icon...
I occasionaly conduct various courses, today found reference to teach.rs and wanted to take a peek and see how it looks. - I started with github repo, cloned it. -...
**Describe the bug** I try to replay a 5GB pcap file for application tests. It contains about 22 million packets. I want to use specific speed, -M 10 or -M...