wow nice
Ive successfully used upstream TinyUSB on a recent 4.1 project.
Just needed to pass these defines to the build and add the necessary include dirs for MIMXRT1062
CPU_MIMXRT1062DVL6A...
Type: Posts; User: Ryzee119
wow nice
Ive successfully used upstream TinyUSB on a recent 4.1 project.
Just needed to pass these defines to the build and add the necessary include dirs for MIMXRT1062
CPU_MIMXRT1062DVL6A...
Ive had success using tinyalloc before https://github.com/thi-ng/tinyalloc
Initialised something like this. Chunk sizes etc could be adjusted to suit your application.
//Init external RAM...
This is how it's currently sitting. Wasnt aware of this neat program:
FlexRAM section ITCM+DTCM = 512 KB
Config : aaaaabff (DDDDDDDDDDDIIIII)
ITCM : 143432 B (87.54% of 160 KB)
...
Thanks for that! I didn't notice a huge speed improvement by changing the psram clock.
However it got me thinking about my other memory.
The emulator core malloc'd ram and vram on the heap which I...
For a few runs maybe just a micro-USB adapter cable?
Perhaps something like this
https://core-electronics.com.au/panel-mount-usb-cable-b-female-to-micro-b-male.html
EDIT: nvm. Didnt read...
Thanks for the tip. I'll certainly have a look at that!
Another Teensy emulator :)
Ported from the highly accurate/compatible emulator SameBoy.
It supports:
USB Host Stack with input from Xbox360 Wired/Wireless Controllers
ILI93412 TFT LCD...
I made a project that emulates the controllers for the Nintendo 64 and allows you to use USB controllers in their place :)
If you're familiar with the Nintendo64 console, it can also emulate all...