summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/nds/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/nds/ChangeLog521
1 files changed, 0 insertions, 521 deletions
diff --git a/c/src/lib/libbsp/arm/nds/ChangeLog b/c/src/lib/libbsp/arm/nds/ChangeLog
deleted file mode 100644
index 6989048213..0000000000
--- a/c/src/lib/libbsp/arm/nds/ChangeLog
+++ /dev/null
@@ -1,521 +0,0 @@
-2011-08-23 Julien Delange <julien.delange@gmail.com>
-
- * startup/linkcmds: Fixed instruction cache size.
-
-2011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * start/start.S: Fixed code section.
-
-2011-08-15 Julien Delange <julien.delange@gmail.com>
-
- * irq/irq.c: Removed printk() before the interrupt initialization
- because it somehow destroys the interrupt context.
- * make/custom/nds.cfg: Enable Thumb interwork.
- * startup/bspstart.c: Set default exception handler.
-
-2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix broken path to clockdrv_shell.h.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * dswifi/common/source/spinlock.h:
- Use "__asm__" instead of "__asm" for improved c99-compliance.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/console.c, dswifi/arm9/source/wifi_arm9.c, tools/bin2s.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Include <rtems/btimer.h>.
- Fix benchmark_timer_read() definition.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/bspgetworkarea.c: Removed file.
- * Makefile.am, bsp_specs, start/start.S, startup/bspstart.c,
- libnds/include/nds/jtypes.h, libnds/source/arm9/gurumeditation.c,
- libnds/source/common/interruptDispatcher.S,
- libnds/source/common/interrupts.c, startup/linkcmds: Use linker
- command base file.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/dswifi/arm9/makefile: Workaround for GCC bug 38644.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/nds.cfg, Makefile.am, dswifi/arm7/makefile: Use VFP
- floating point model.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * console/console.c: Fix warnings.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * startup/bspstart.c: Fix warning.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * Makefile.am, clock/clock.c, fb/fb.c, irq/irq.c, sound/sound.c,
- startup/bspstart.c, touchscreen/touchscreen.c, wifi/wifi.c: make
- irq data types consistent
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/console.c: Let nds_getch return "int". Remove casts.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * block/block.c: Adjust prototype mismatches.
- * Makefile.am: Remove -Dcaddr_t=uint32_t.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
- * console/console.c (nds_write): Adjust prototype.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h,
- dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h,
- libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
- libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c,
- libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
-
-2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * libnds/include/nds/arm9/exceptions.h,
- libnds/include/nds/arm9/image.h,
- libnds/include/nds/arm9/input.h,
- libnds/include/nds/arm9/math.h,
- libnds/include/nds/arm9/pcx.h,
- libnds/include/nds/arm9/rumble.h,
- libnds/include/nds/arm9/sound.h,
- libnds/include/nds/arm9/trig_lut.h,
- libnds/source/arm9/dcache.S,
- libnds/source/arm9/exceptionHandler.S,
- libnds/source/arm9/exceptions.c,
- libnds/source/arm9/image.c,
- libnds/source/arm9/keys.c,
- libnds/source/arm9/pcx.c,
- libnds/source/arm9/rumble.c,
- libnds/source/arm9/sound.c,
- libnds/source/arm9/system.c,
- libnds/source/arm9/touch.c,
- libnds/source/common/biosCalls.S,
- libnds/source/common/gbfs.c,
- libnds/source/common/interruptDispatcher.S,
- libnds/source/common/interrupts.c:
- Remove CVS-$Log's.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/nds.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/nds.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-21 Roxana Leontie <roxana.leontie@gmail.com>
-
- * nds/fb/fb.c: took off get_screen_info() and set_screen_info() extern
- references
-
-2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>
-
- * fb/fb.c: function calls renamed; defined references to the extern
- functions
- * fb/fb.h: Removed.
- * Makefile.am: Reflect removal.
- * preinstall.am: Regenerated.
-
-2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>
-
- * fb/fb.c: different structures defined in rtems/fb.h that were used in
- here so changes were needed
-
-2009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am, fb/fb.c: Install nds specific .h files
- into nds subdirectory.
-
-2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>
-
- * fb/fb.c: changed the references to mw_fb.h into fb.h
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/bspstart.c: Removed variable declaration.
-
-2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
- bsp_get_work_area() since the work area is larger than a single
- allocatable object.
-
-2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Checked call to boot_card.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * start/start.S: Update for boot_card command line change.
-
-2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
-
-2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove -Qy from *link.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspgetworkarea.c: Change size_t to ssize_t on
- bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
- which would limit the work area to 64K.
-
-2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * clock/clock.c: include "../../../shared/clockdrv_shell.h".
- * Makefile.am: Reflect changes above.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspreset.c: New file.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
- optionally print a message, poll for user to press key, and call
- bsp_reset(). Using this eliminates the various bsp_cleanup()
- implementations which had their own implementation and variety of
- string constants.
- * startup/bspclean.c: Removed.
-
-2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Split out bsp_cleanup() and
- bsp_get_work_area() into their own files.
- * startup/bspclean.c, startup/bspgetworkarea.c,
- startup/bspstart.c: New files.
- * startup/start.c: Removed.
-
-2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/bsp.h: Review of all bsp_cleanup() implementations. In this
- phase, all prototypes were removed from bsp.h and empty
- implementations were removed and made to use the shared stub.
-
-2008-09-05 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * block/block.c, rtc/rtc.c: Convert to "bool".
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Eliminate empty function from every benchmark timer
- driver. Fix spelling.
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Rename timer driver methods to follow RTEMS
- programming conventions.
-
-2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Eliminate rtems_boolean.
- * libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of
- local (non-POSIX compliant) "bool".
-
-2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * block/block.c, console/console.c, dswifi/arm9/source/sgIP.h,
- dswifi/arm9/source/sgIP_ARP.h, dswifi/arm9/source/sgIP_Config.h,
- dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.h,
- dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.h,
- dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.h,
- dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.h,
- dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
- dswifi/include/dswifi7.h, dswifi/include/dswifi9.h, fb/fb.c,
- include/my_ipc.h, libfat/source/disc_io/disc_io.h,
- libfat/source/disc_io/io_nmmc.c,
- libnds/include/nds/arm9/exceptions.h,
- libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/ndsmotion.h,
- libnds/include/nds/arm9/videoGL.h, libnds/source/arm9/console.c,
- libnds/source/arm9/gurumeditation.c, libnds/source/arm9/ndsmotion.c,
- libnds/source/common/card.c, libnds/source/common/interrupts.c,
- sound/sound.c, startup/start.c, touchscreen/reco.h, wifi/compat.c,
- wifi/compat.h: Fix most warnings.
-
-2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * dswifi/arm7/makefile, dswifi/include/netinet/in.h,
- libnds/basicARM7/source/defaultARM7.c, libnds/include/gbfs.h,
- libnds/include/nds/bios.h, libnds/include/nds/card.h,
- libnds/include/nds/dma.h, libnds/include/nds/interrupts.h,
- libnds/include/nds/ipc.h, libnds/include/nds/jtypes.h,
- libnds/include/nds/registers_alt.h, libnds/include/nds/system.h,
- libnds/include/nds/timers.h, libnds/include/nds/arm7/audio.h,
- libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
- libnds/include/nds/arm7/touch.h, libnds/include/nds/arm9/boxtest.h,
- libnds/include/nds/arm9/cache.h, libnds/include/nds/arm9/console.h,
- libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/video.h,
- libnds/include/nds/arm9/videoGL.h, libnds/source/arm7/audio.c,
- libnds/source/arm7/clock.c, libnds/source/arm7/microphone.c,
- libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
- libnds/source/arm9/boxtest.c, libnds/source/arm9/gurumeditation.c,
- libnds/source/arm9/ndsmotion.c, libnds/source/arm9/videoGL.c,
- libnds/source/common/card.c,
- libnds/source/common/interruptDispatcher.S, touchscreen/reco.c: Fix
- various warnings by fixing prototypes. Remove unused .bin files.
- Convert all files to UNIX CF/LF.
- * libnds/source/arm9/COS.bin, libnds/source/arm9/SIN.bin,
- libnds/source/arm9/TAN.bin, libnds/source/arm9/default_font.bin: Removed.
-
-2008-07-29 Chris Johns <chrisj@rtems.org>
-
- * block/block.c: Update to the libblock changes.
-
-2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area()
- and added support for an optional separate heap area.
-
-2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, startup/start.c: Use new framework
- capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
-
-2008-04-18 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Use bin2s to produce assembly files which do not need
- preprocessing. Capital .S indicates an assembly file that gets
- preprocessed.
-
-2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
- blxne with bxne.
-
-2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Move .s files to .S
- * dswifi/common/source/spinlock.S, libfat/source/disc_io/io_dldi.S,
- libfat/source/disc_io/io_scsd_s.S, libnds/source/arm9/COS.S,
- libnds/source/arm9/SIN.S, libnds/source/arm9/TAN.S,
- libnds/source/arm9/dcache.S, libnds/source/arm9/default_font.S,
- libnds/source/arm9/icache.S, libnds/source/common/biosCalls.S,
- libnds/source/common/interruptDispatcher.S: New files.
- * dswifi/common/source/spinlock.s, libfat/source/disc_io/io_dldi.s,
- libfat/source/disc_io/io_scsd_s.s, libnds/source/arm9/COS.s,
- libnds/source/arm9/SIN.s, libnds/source/arm9/TAN.s,
- libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.s,
- libnds/source/arm9/exceptionHandler.s, libnds/source/arm9/icache.s,
- libnds/source/common/biosCalls.s,
- libnds/source/common/interruptDispatcher.s: Removed.
-
-2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * .cvsignore, include/.cvsignore: New files.
-
-2008-04-16 Matthieu Bucchianeri <mbucchia@gmail.com>
-
- * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- mk_libnds.sh, patch.libnds, preinstall.am, block/block.c,
- clock/clock.c, console/console.c, coproc/coproc.S, coproc/coproc.c,
- coproc/coproc.ld, dswifi/dswifi_license.txt, dswifi/makefile,
- dswifi/arm7/makefile, dswifi/arm7/source/wifi_arm7.c,
- dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/makefile,
- dswifi/arm9/source/sgIP.c, dswifi/arm9/source/sgIP.h,
- dswifi/arm9/source/sgIP_ARP.c, dswifi/arm9/source/sgIP_ARP.h,
- dswifi/arm9/source/sgIP_Config.h, dswifi/arm9/source/sgIP_DHCP.c,
- dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.c,
- dswifi/arm9/source/sgIP_DNS.h, dswifi/arm9/source/sgIP_Hub.c,
- dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.c,
- dswifi/arm9/source/sgIP_ICMP.h, dswifi/arm9/source/sgIP_IP.c,
- dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.c,
- dswifi/arm9/source/sgIP_TCP.h, dswifi/arm9/source/sgIP_UDP.c,
- dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.c,
- dswifi/arm9/source/sgIP_memblock.h,
- dswifi/arm9/source/sgIP_sockets.c, dswifi/arm9/source/sgIP_sockets.h,
- dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
- dswifi/common/source/dsregs.h, dswifi/common/source/spinlock.h,
- dswifi/common/source/spinlock.s, dswifi/common/source/wifi_shared.h,
- dswifi/include/dswifi7.h, dswifi/include/dswifi9.h,
- dswifi/include/dswifi_version.h, dswifi/include/netdb.h,
- dswifi/include/sgIP_errno.h, dswifi/include/netinet/in.h, fb/fb.c,
- fb/fb.h, include/bsp.h, include/my_ipc.h, include/tm27.h,
- include/types.h, include/sys/iosupport.h, irq/irq.c, irq/irq.h,
- libfat/gba/include/fat.h, libfat/include/fat.h,
- libfat/nds/include/fat.h, libfat/source/bit_ops.h,
- libfat/source/cache.c, libfat/source/cache.h, libfat/source/common.h,
- libfat/source/directory.c, libfat/source/directory.h,
- libfat/source/fatdir.c, libfat/source/fatdir.h,
- libfat/source/fatfile.c, libfat/source/fatfile.h,
- libfat/source/file_allocation_table.c,
- libfat/source/file_allocation_table.h, libfat/source/filetime.c,
- libfat/source/filetime.h, libfat/source/libfat.c,
- libfat/source/mem_allocate.h, libfat/source/partition.c,
- libfat/source/partition.h, libfat/source/disc_io/disc.c,
- libfat/source/disc_io/disc.h, libfat/source/disc_io/disc_io.h,
- libfat/source/disc_io/io_cf_common.c,
- libfat/source/disc_io/io_cf_common.h,
- libfat/source/disc_io/io_dldi.h, libfat/source/disc_io/io_dldi.s,
- libfat/source/disc_io/io_efa2.c, libfat/source/disc_io/io_efa2.h,
- libfat/source/disc_io/io_fcsr.c, libfat/source/disc_io/io_fcsr.h,
- libfat/source/disc_io/io_m3_common.c,
- libfat/source/disc_io/io_m3_common.h,
- libfat/source/disc_io/io_m3cf.c, libfat/source/disc_io/io_m3cf.h,
- libfat/source/disc_io/io_m3sd.c, libfat/source/disc_io/io_m3sd.h,
- libfat/source/disc_io/io_mpcf.c, libfat/source/disc_io/io_mpcf.h,
- libfat/source/disc_io/io_njsd.c, libfat/source/disc_io/io_njsd.h,
- libfat/source/disc_io/io_nmmc.c, libfat/source/disc_io/io_nmmc.h,
- libfat/source/disc_io/io_sc_common.c,
- libfat/source/disc_io/io_sc_common.h,
- libfat/source/disc_io/io_sccf.c, libfat/source/disc_io/io_sccf.h,
- libfat/source/disc_io/io_scsd.c, libfat/source/disc_io/io_scsd.h,
- libfat/source/disc_io/io_scsd_s.s,
- libfat/source/disc_io/io_sd_common.c,
- libfat/source/disc_io/io_sd_common.h, libnds/Makefile.arm7,
- libnds/Makefile.arm9, libnds/libnds_license.txt,
- libnds/basicARM7/source/defaultARM7.c,
- libnds/include/default_font_bin.h, libnds/include/gbfs.h,
- libnds/include/nds.h, libnds/include/nds/bios.h,
- libnds/include/nds/card.h, libnds/include/nds/dma.h,
- libnds/include/nds/interrupts.h, libnds/include/nds/ipc.h,
- libnds/include/nds/jtypes.h, libnds/include/nds/memory.h,
- libnds/include/nds/registers_alt.h, libnds/include/nds/reload.h,
- libnds/include/nds/system.h, libnds/include/nds/timers.h,
- libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h,
- libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h,
- libnds/include/nds/arm9/background.h,
- libnds/include/nds/arm9/boxtest.h, libnds/include/nds/arm9/cache.h,
- libnds/include/nds/arm9/console.h,
- libnds/include/nds/arm9/exceptions.h,
- libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h,
- libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/ndsmotion.h,
- libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/postest.h,
- libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h,
- libnds/include/nds/arm9/sprite.h, libnds/include/nds/arm9/trig_lut.h,
- libnds/include/nds/arm9/video.h, libnds/include/nds/arm9/videoGL.h,
- libnds/source/arm7/audio.c, libnds/source/arm7/clock.c,
- libnds/source/arm7/microphone.c, libnds/source/arm7/spi.c,
- libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
- libnds/source/arm9/COS.bin, libnds/source/arm9/COS.s,
- libnds/source/arm9/SIN.bin, libnds/source/arm9/SIN.s,
- libnds/source/arm9/TAN.bin, libnds/source/arm9/TAN.s,
- libnds/source/arm9/boxtest.c, libnds/source/arm9/console.c,
- libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.bin,
- libnds/source/arm9/default_font.s,
- libnds/source/arm9/exceptionHandler.S,
- libnds/source/arm9/exceptionHandler.s,
- libnds/source/arm9/exceptions.c, libnds/source/arm9/gurumeditation.c,
- libnds/source/arm9/icache.s, libnds/source/arm9/image.c,
- libnds/source/arm9/initSystem.c, libnds/source/arm9/keys.c,
- libnds/source/arm9/ndsmotion.c, libnds/source/arm9/pcx.c,
- libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c,
- libnds/source/arm9/system.c, libnds/source/arm9/touch.c,
- libnds/source/arm9/video.c, libnds/source/arm9/videoGL.c,
- libnds/source/common/biosCalls.s, libnds/source/common/card.c,
- libnds/source/common/gbfs.c,
- libnds/source/common/interruptDispatcher.s,
- libnds/source/common/interrupts.c, rtc/rtc.c, sound/sound.c,
- sound/sound.h, start/start.S, startup/linkcmds, startup/start.c,
- timer/timer.c, tools/Makefile.am, tools/bin2s, tools/bin2s.c,
- tools/configure.ac, tools/runtest,
- tools/ndstool/include/arm7_sha1_homebrew.h,
- tools/ndstool/include/arm7_sha1_nintendo.h,
- tools/ndstool/include/banner.h, tools/ndstool/include/bigint.h,
- tools/ndstool/include/crc.h, tools/ndstool/include/default_icon.h,
- tools/ndstool/include/encryption.h, tools/ndstool/include/header.h,
- tools/ndstool/include/hook.h, tools/ndstool/include/little.h,
- tools/ndstool/include/loadme.h, tools/ndstool/include/logo.h,
- tools/ndstool/include/ndscreate.h,
- tools/ndstool/include/ndsextract.h, tools/ndstool/include/ndstool.h,
- tools/ndstool/include/ndstree.h, tools/ndstool/include/overlay.h,
- tools/ndstool/include/passme.h, tools/ndstool/include/passme_sram.h,
- tools/ndstool/include/passme_vhd1.h,
- tools/ndstool/include/passme_vhd2.h, tools/ndstool/include/raster.h,
- tools/ndstool/include/sha1.h, tools/ndstool/include/types.h,
- tools/ndstool/source/arm7_sha1_homebrew.c,
- tools/ndstool/source/arm7_sha1_nintendo.c,
- tools/ndstool/source/banner.cpp, tools/ndstool/source/bigint.cpp,
- tools/ndstool/source/compile_date.c, tools/ndstool/source/crc.cpp,
- tools/ndstool/source/default_icon.c,
- tools/ndstool/source/encryption.cpp, tools/ndstool/source/header.cpp,
- tools/ndstool/source/hook.cpp, tools/ndstool/source/loadme.c,
- tools/ndstool/source/logo.cpp, tools/ndstool/source/ndscodes.cpp,
- tools/ndstool/source/ndscreate.cpp,
- tools/ndstool/source/ndsextract.cpp,
- tools/ndstool/source/ndstool.cpp, tools/ndstool/source/ndstree.cpp,
- tools/ndstool/source/passme.cpp, tools/ndstool/source/passme_sram.c,
- tools/ndstool/source/raster.cpp, tools/ndstool/source/sha1.cpp,
- touchscreen/README.reco, touchscreen/parser.c, touchscreen/reco.c,
- touchscreen/reco.h, touchscreen/touchscreen.c,
- touchscreen/touchscreen.h, wifi/compat.c, wifi/compat.h, wifi/wifi.c:
- New files.
-
-2008-03-09 Matthieu Bucchianeri <mbucchia@gmail.com>
-
- * ...: original import of the BSP