pengi

Results 8 issues of pengi

I'm trying to use the r68k emulator (Great project!) to run some old mac applications from the 90's by creating an abstraction layer for the Macintosh toolbox. One part of...

Just thinking of the status of this project. It's a great project, that I'm currently using in my [pengi/arm_gdb](https://github.com/pengi/arm_gdb) But there are both PRs (#100) that I need to fix...

There is a standard called "pack" files for distributing information about microcontrollers. It contains beside the svd file also information about programming, documentation and examples. That means, pack files are...

I just got into pyOCD, and it works well for accessing RAM and Flash on my nRF52840. ## Problem When using the `cortex_m` target, I am also able to access...

"char" is treated, at least in many cases, as signed values. Having that field as 1 bit means it can be treated as one sign bit, no data bits. Thus...

**Describe the bug** Some platforms have what's called "Register clusters" which acts like structs, making a set of registers reusable. One example usage is to cluster DMA related registers in...

bug

Would be interesting to list information about CPU ID and peripherals. There are several read only registers named PID0 to PID7 and CID0 to CID3 More information in B3.2.2 https://developer.arm.com/documentation/ddi0403/latest/...

enhancement

Support readout of Processor Feature ID Registers according to B4.2 in: https://developer.arm.com/documentation/ddi0403/latest/

enhancement