-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There are still uncompleted tasks:
- Merge the rpi_gpio module to the baremetal project to create a RPI project with feature to run baremetal (the peripherlas are really look alike in the code base)
- Add support for
roms-folderfrom the image sd card - Support proper shutdown from software side
- Add support for saves
- Support other rpi's and cpu's, currently the code is only tested on cortex-a72 (and some code assumes it compiled only for this cpu) so add support for other cpu's and arrange the code for that
- replace the
target-feature=+virtualizationwithtarget-cpu=cpufor the compiled cpu - Add
.ifdefwhere necessary to add support for coretx-a53 and more - Add a rendering core that will handle the rendering to boost performance - Not sure if necessary (on RPI4 its not but might be on zero2)
- replace the
- More testing on hardware (hopefully get another rpi zero2)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request