i509VCB
i509VCB
Issuing the command `!a x86 fld xword ptr [ax]` (yes this is invalid) emits the following: ``` fld xword ptr [ax] ; +0 = 67 db 28 ``` But then...
The i.MXRT1011 SVDs unfortunately have enums which define two variants with the same name. For example: This of course results in a compilation error:
G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver,...
TIMB is a new timer starting with MSPM0G518x. It has no PWM pins which makes it ideal for a time driver. It does not work currently as a time driver...
L475 and L476 have a single bank QSPI which uses bank 1 internally. However there are no implementors of `BK1NSSPin` for both, which means the QSPI is unusable. - https://docs.embassy.dev/embassy-stm32/git/stm32l475re/qspi/trait.BK1NSSPin.html...
Per RM0490 Chapter 6.2, in Figure 9, in `rcc::Config`, the `sys_div` field is used to wrongly set `HSIDIV` (https://github.com/embassy-rs/embassy/blob/a51533c0b4edd551a1b9587b9272026b0b256d54/embassy-stm32/src/rcc/c0.rs#L96). There is also no field in the rcc config to configure...
**What Game** Labyrinth of Touhou (Special Disc build). This is a Touhou fangame. Official storefront: https://www.dlsite.com/home/work/=/product_id/RJ064430.html I do have the English patches applied, but this crash also happens with an...
Trying to run miri on a aarch64 Linux system with a 16k page size (which is standard for ARM Macs on Linux). There are performance drawbacks to using 4k kernels...