Hi, been working a bit on RTEMS lately. Fixed bugs, cleaned code up, and now we also have: * AC97 (sound) driver basically working (there are some FIFO overflow issues stemming from the higher interrupt latency of RTEMS compared to bare metal, I'm looking forward to fixing the problem by letting the hardware handle a second record/playback buffer instead of only one). * RTEMS shell (but uses 100% CPU because the UART is polled atm) * Ethernet networking confirmed to work (the Minimac driver could use some clean-up) * PFPU driver (not tested yet)
Next step is to implement the TMU driver, test it along with the PFPU driver, and port the renderer. We can do with the sound buffer overflow issues in a first time. S. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkym...@freenode Twitter: www.twitter.com/milkymistvj
