Max Kunes
Max Kunes
### Xmake Version xmake v2.7.6+master.12eb31bcf ### Operating System Version and Architecture Windows 11 ### Describe Bug My `xmake.lua` uses a custom toolchain to compile `gcc-arm-none-eabi` binaries. If I run purely...
In my .resc file I'm trying to include a .cs file as a test using `include @Renode/Peripherals/Network/K6xF_Ethernet.cs` In this case, one already exists. I'm using a duplicate as I receive...
Hopefully, the title describes the issue well. For example, I'm currently at this break-point:  When I step-over or step-into, I'm always thrown into this `__get_ipsr_value()` method (I'm assuming this...
Hi, It seems the default stack size for UsbX in the gnu port file is too small for even my basic application of USB mouse and keyboard. I believe it...
Hi! I have a few issues with USBX's device storage class that I need some help resolving. _First and most importantly:_ If I connect my MCU board to my computer...
When the extended cache is enabled AND the base address of the flash device given to levelx is zero, _lx_nor_flash_driver_read will never return. The nor flash's base address is set,...
The ThreadX docs under Chapter 3 - Functional Components: ISR Template suggest that context saving and restoring must be done in assembly before executing any ThreadX code (i.e. notifying semaphores)...