* Support for DMX. Reflash your board now to play with RGB LED fixtures and DMX controllers :) DMX channels 1-4 are mapped as dmx1-4 for the output port and idmx1-4 for the input port in the patches. See the two example patches using DMX. And no, even though the FPGA core supports all the 512 DMX channels, there is no way to use other channels in the patches without modifying the software which is just "proof of concept" now. * Support for memory card (in 4-bit SD mode, not SPI) * Support for Synplify synthesis * Fixed a bug that prevented access to the upper 64M of SDRAM. The whole 128M are addressable now. * Rewritten USB PHY. As often, the "there is no test bench, period! I tested it on hardware and it work just fine" Opencores design had bugs and was too kludgy to be fixed. The new one no longer causes bitstuff errors near the EOP (funny how a USB-IF document insists on checking specifically for those when designing a PHY), supports both full and low speed operation, and uses a readable coding style. * All AVR Classic instructions in Navré (ie full C toolchain support), except conditional jumps on I/O registers (won't be needed) * Navré bugfixes
Despite some improvements (which were enough to validate the PCB design), USB still does not work completely and the road is still long before we have full OHCI support. This will be part of the next release: http://www.milkymist.org/wiki/index.php?title=SoC_Roadmap S. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkym...@freenode Webchat: www.milkymist.org/irc.html Wiki: www.milkymist.org/wiki
