You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At current, it appears I'm the last person monitoring the repos, and as such, I'm going to attempt to shore this up with my extremely limited knowledge and abilities once one of my other large projects is finished. As such, a rough outline of higher-priority tasks are below:
Get generic SDIO driver up and running, probably move SD/WiFi drivers to userland so bugs in those don't crash the kernel as easily?
Make generic ARM9-to-ARM11 interface for arbitrary read/write
Add working SPI support, probably only useful for serial communication with a PC over NDSCARD at current (though this would make development way faster since i'd be able to bypass the touch keyboard)
2D acceleration, maybe? I'm not anywhere close to knowledgeable enough to get 3D accel working, especially not a full OpenGL/Vulkan implementation...
The text was updated successfully, but these errors were encountered:
OpenGLES 1.1 support should technically be possible since DMP made the PICA200 with ES 1.1 support in mind.
For WiFi, I tried hosting nwm in userspace. The driver worked enough to talk to the wifi chip however I wasn't able to get DMA working. May consider trying udmabuf to ensure the buffers are contiguous. For performance I'd have to rewrite it to take advantage of syscall user dispatch which was added in 5.11.
For WiFi, I tried hosting nwm in userspace. The driver worked enough to talk to the wifi chip however I wasn't able to get DMA working. May consider trying udmabuf to ensure the buffers are contiguous. For performance I'd have to rewrite it to take advantage of syscall user dispatch which was added in 5.11.
I've been attempting to get ath6kl to work with it, since it has a generic board option, but the current issue is SDIO/SDHC support overall. There aren't many drivers that work outside of PCI/USB readers, and it's been infuriating trying to get toshsd working (mainly due to lack of C knowledge and free time on my part.)
At current, it appears I'm the last person monitoring the repos, and as such, I'm going to attempt to shore this up with my extremely limited knowledge and abilities once one of my other large projects is finished. As such, a rough outline of higher-priority tasks are below:
The text was updated successfully, but these errors were encountered: