PDA

View Full Version : devkitPro updates



wraggster
June 10th, 2009, 22:26
News via Drunkencoders (http://drunkencoders.com/2009/06/10/devkitpro-updates-2/)

Here are a few of the missed releases from devkitPro:

libnds 1.3.4

* add IPC sync bits to irqEnable/Disable functions.
* refactor & simplify fifo command pipe, this fixes a problem we were having with wifi.
* add critical section macros.
* use size optimisation for arm7 code.
* add shadow variables for write only registers.
* add oamAffineTransformation, oamSetMosaicSub.
* use correct names for mosaic registers.
* CR doesn’t do newline in console.
* add systemShutDown function.
* clear memory after realloc in DynamicArraySet as per viewtopic.php?f=15&t=414
* correct memory corruption as per viewtopic.php?f=15&t=1328
* add cpu usage helper functions.
* patch applied from https://sourceforge.net/tracker/?func=d … tid=668551

dswifi 0.3.8

* Correct some issues with strict aliasing in gcc 4.4.0
* Remove duplicate functionality & use libnds functions in preference.

devkitARM release 26

* Updated to binutils 2.19.1
* Updated to gcc 4.4.0