source: rtems/c/src/lib/libbsp/arm/nds/ChangeLog @ 391f35c8

4.10
Last change on this file since 391f35c8 was 391f35c8, checked in by Sebastian Huber <sebastian.huber@…>, on 08/15/11 at 08:14:31

2011-08-15 Julien Delange <julien.delange@…>

  • 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.
  • Property mode set to 100644
File size: 19.6 KB
RevLine 
[391f35c8]12011-08-15      Julien Delange <julien.delange@gmail.com>
2
3        * irq/irq.c: Removed printk() before the interrupt initialization
4        because it somehow destroys the interrupt context.
5        * make/custom/nds.cfg: Enable Thumb interwork.
6        * startup/bspstart.c: Set default exception handler.
7
[53328c8f]82011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * configure.ac: Require autoconf-2.68, automake-1.11.1.
11
[569db3ed]122010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * make/dswifi/arm9/makefile: Workaround for GCC bug 38644.
15
[0441091]162010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
[fa97db5]18        * make/custom/nds.cfg, Makefile.am, dswifi/arm7/makefile: Use VFP
19        floating point model.
[0441091]20
[af3fd0c6]212010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
22
23        * console/console.c: Fix warnings.
24
[1a1279f]252010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
26
27        * startup/bspstart.c: Fix warning.
28
[c193baad]292010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
30
31        * Makefile.am, clock/clock.c, fb/fb.c, irq/irq.c, sound/sound.c,
32        startup/bspstart.c, touchscreen/touchscreen.c, wifi/wifi.c: make
33        irq data types consistent
34
[de237f4]352010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * start/start.S: Verify boot_card() is passed a NULL.
38
[56aadea]392009-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * console/console.c: Let nds_getch return "int". Remove casts.
42
[f8fd28e]432009-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
44
[b65dd1f]45        * block/block.c: Adjust prototype mismatches.
[f8fd28e]46        * Makefile.am: Remove -Dcaddr_t=uint32_t.
47
[7a26d40f]482009-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
49
[b46b3c7]50        * dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
[7a26d40f]51        * console/console.c (nds_write): Adjust prototype.
52
[596c6c10]532009-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h,
56        dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h,
57        libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
58        libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c,
59        libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
60
[90a0b91]612009-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * libnds/include/nds/arm9/exceptions.h,
64        libnds/include/nds/arm9/image.h,
65        libnds/include/nds/arm9/input.h,
66        libnds/include/nds/arm9/math.h,
67        libnds/include/nds/arm9/pcx.h,
68        libnds/include/nds/arm9/rumble.h,
69        libnds/include/nds/arm9/sound.h,
70        libnds/include/nds/arm9/trig_lut.h,
71        libnds/source/arm9/dcache.S,
72        libnds/source/arm9/exceptionHandler.S,
73        libnds/source/arm9/exceptions.c,
74        libnds/source/arm9/image.c,
75        libnds/source/arm9/keys.c,
76        libnds/source/arm9/pcx.c,
77        libnds/source/arm9/rumble.c,
78        libnds/source/arm9/sound.c,
79        libnds/source/arm9/system.c,
80        libnds/source/arm9/touch.c,
81        libnds/source/common/biosCalls.S,
82        libnds/source/common/gbfs.c,
83        libnds/source/common/interruptDispatcher.S,
84        libnds/source/common/interrupts.c:
85        Remove CVS-$Log's.
86
[59db752a]872009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * make/custom/nds.cfg: Remove RTEMS_BSP_FAMILY.
90
[d236e964]912009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Don't add -ansi -fasm to CFLAGS.
94
[64e08ab3]952009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * make/custom/nds.cfg: New (relocated from /make/custom).
98
[6b2b37d2]992009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
102
103 2009-08-21     Roxana Leontie <roxana.leontie@gmail.com>
[4d06315]104
105        * nds/fb/fb.c: took off get_screen_info() and set_screen_info() extern
106        references
107
[79d490aa]1082009-08-10      Roxana Leontie <roxana.leontie@gmail.com>
109
110        * fb/fb.c: function calls renamed; defined references to the extern
111        functions
112        * fb/fb.h: Removed.
113        * Makefile.am: Reflect removal.
114        * preinstall.am: Regenerated.
115
[c0e8da4]1162009-08-10      Roxana Leontie <roxana.leontie@gmail.com>
117
118        * fb/fb.c: different structures defined in rtems/fb.h that were used in
119        here so changes were needed
120
[49f60a38]1212009-08-10      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * Makefile.am, preinstall.am, fb/fb.c: Install nds specific .h files
124        into nds subdirectory.
125
[740d0aca]1262009-08-03      Roxana Leontie <roxana.leontie@gmail.com>
127
128        * fb/fb.c: changed the references to mw_fb.h into fb.h
129
[d1be26b]1302009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
133        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
134        have the same options.
135
[7ae2775]1362009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
137
138        * startup/bspstart.c: Removed variable declaration.
139
[eee78e5]1402009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
143        bsp_get_work_area() since the work area is larger than a single
144        allocatable object.
145
[6b738d1]1462009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * start/start.S: Checked call to boot_card.
149
[820d1ab0]1502009-04-28      Chris Johns <chrisj@rtems.org>
151
152        * start/start.S: Update for boot_card command line change.
153
[dba24c39]1542009-02-04      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
157
[2a0f6dc]1582008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * bsp_specs: Remove -Qy from *link.
161
[df393962]1622008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * bsp_specs: Move -e start from *link to *startfile to avoid warning
165        for undefined entry symbol when linking relocatables with binutils
166        2.19.
167
[9957dbf]1682008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * Makefile.am, preinstall.am: Use shared tm27.h stub.
171        * include/tm27.h: Removed.
172
[12838f75]1732008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * startup/bspgetworkarea.c: Change size_t to ssize_t on
176        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
177        which would limit the work area to 64K.
178
[6a118f18]1792008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
182        * Makefile.am: Reflect changes above.
183
[c0bea05]1842008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
187        of building libbspstart.a, using automake-rules.
188
[64eb0c7]1892008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Eliminate *_SOURCES.
192
[e94666d]1932008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
196        components.
197
[3416c44]1982008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
201
[95aa5e1]2022008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * configure.ac: Make letting boot_card() handle work area allocation
205        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
206        BSP_BOOTCARD_OPTIONS.
207
[72798ee]2082008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * startup/bspreset.c: New file.
211
[1762375]2122008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
215        optionally print a message, poll for user to press key, and call
216        bsp_reset(). Using this eliminates the various bsp_cleanup()
217        implementations which had their own implementation and variety of
218        string constants.
219        * startup/bspclean.c: Removed.
220
[12d853d]2212008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * Makefile.am, configure.ac: Split out bsp_cleanup() and
224        bsp_get_work_area() into their own files.
225        * startup/bspclean.c, startup/bspgetworkarea.c,
226        startup/bspstart.c: New files.
227        * startup/start.c: Removed.
228
[4909a30]2292008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
232        phase, all prototypes were removed from bsp.h and empty
233        implementations were removed and made to use the shared stub.
234
[7a4d16c4]2352008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * block/block.c, rtc/rtc.c: Convert to "bool".
238
[39c1a1af]2392008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * timer/timer.c: Eliminate empty function from every benchmark timer
242        driver. Fix spelling.
243
[35f52a6]2442008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * timer/timer.c: Rename timer driver methods to follow RTEMS
247        programming conventions.
248
[dbfc4fde]2492008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
250
[dcd4bc90]251        * timer/timer.c: Eliminate rtems_boolean.
[dbfc4fde]252        * libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of
253        local (non-POSIX compliant) "bool".
254
[9a85541]2552008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * block/block.c, console/console.c, dswifi/arm9/source/sgIP.h,
258        dswifi/arm9/source/sgIP_ARP.h, dswifi/arm9/source/sgIP_Config.h,
259        dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.h,
260        dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.h,
261        dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.h,
262        dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.h,
263        dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
264        dswifi/include/dswifi7.h, dswifi/include/dswifi9.h, fb/fb.c,
265        include/my_ipc.h, libfat/source/disc_io/disc_io.h,
266        libfat/source/disc_io/io_nmmc.c,
267        libnds/include/nds/arm9/exceptions.h,
268        libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/ndsmotion.h,
269        libnds/include/nds/arm9/videoGL.h, libnds/source/arm9/console.c,
270        libnds/source/arm9/gurumeditation.c, libnds/source/arm9/ndsmotion.c,
271        libnds/source/common/card.c, libnds/source/common/interrupts.c,
272        sound/sound.c, startup/start.c, touchscreen/reco.h, wifi/compat.c,
273        wifi/compat.h: Fix most warnings.
274
[49a40165]2752008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
276
277        * dswifi/arm7/makefile, dswifi/include/netinet/in.h,
278        libnds/basicARM7/source/defaultARM7.c, libnds/include/gbfs.h,
279        libnds/include/nds/bios.h, libnds/include/nds/card.h,
280        libnds/include/nds/dma.h, libnds/include/nds/interrupts.h,
281        libnds/include/nds/ipc.h, libnds/include/nds/jtypes.h,
282        libnds/include/nds/registers_alt.h, libnds/include/nds/system.h,
283        libnds/include/nds/timers.h, libnds/include/nds/arm7/audio.h,
284        libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
285        libnds/include/nds/arm7/touch.h, libnds/include/nds/arm9/boxtest.h,
286        libnds/include/nds/arm9/cache.h, libnds/include/nds/arm9/console.h,
287        libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/video.h,
288        libnds/include/nds/arm9/videoGL.h, libnds/source/arm7/audio.c,
289        libnds/source/arm7/clock.c, libnds/source/arm7/microphone.c,
290        libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
291        libnds/source/arm9/boxtest.c, libnds/source/arm9/gurumeditation.c,
292        libnds/source/arm9/ndsmotion.c, libnds/source/arm9/videoGL.c,
293        libnds/source/common/card.c,
294        libnds/source/common/interruptDispatcher.S, touchscreen/reco.c: Fix
295        various warnings by fixing prototypes. Remove unused .bin files.
296        Convert all files to UNIX CF/LF.
297        * libnds/source/arm9/COS.bin, libnds/source/arm9/SIN.bin,
298        libnds/source/arm9/TAN.bin, libnds/source/arm9/default_font.bin: Removed.
299
[57df51f]3002008-07-29      Chris Johns <chrisj@rtems.org>
301
302        * block/block.c: Update to the libblock changes.
303
[d4886a06]3042008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
305
[4693690]306        * startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area()
307        and added support for an optional separate heap area.
[d4886a06]308
[d04bf28e]3092008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * Makefile.am, configure.ac, startup/start.c: Use new framework
312        capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
313
[0ac232b]3142008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * Makefile.am: Use bin2s to produce assembly files which do not need
317        preprocessing. Capital .S indicates an assembly file that gets
318        preprocessed.
319
[e644247e]3202008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
321
322        * libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
323        blxne with bxne.
324
[f9af0c1]3252008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
326
327        * Makefile.am: Move .s files to .S
328        * dswifi/common/source/spinlock.S, libfat/source/disc_io/io_dldi.S,
329        libfat/source/disc_io/io_scsd_s.S, libnds/source/arm9/COS.S,
330        libnds/source/arm9/SIN.S, libnds/source/arm9/TAN.S,
331        libnds/source/arm9/dcache.S, libnds/source/arm9/default_font.S,
332        libnds/source/arm9/icache.S, libnds/source/common/biosCalls.S,
333        libnds/source/common/interruptDispatcher.S: New files.
334        * dswifi/common/source/spinlock.s, libfat/source/disc_io/io_dldi.s,
335        libfat/source/disc_io/io_scsd_s.s, libnds/source/arm9/COS.s,
336        libnds/source/arm9/SIN.s, libnds/source/arm9/TAN.s,
337        libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.s,
338        libnds/source/arm9/exceptionHandler.s, libnds/source/arm9/icache.s,
339        libnds/source/common/biosCalls.s,
340        libnds/source/common/interruptDispatcher.s: Removed.
341
[7625be51]3422008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * .cvsignore, include/.cvsignore: New files.
345
[311dfa6]3462008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
347
348        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
349        mk_libnds.sh, patch.libnds, preinstall.am, block/block.c,
350        clock/clock.c, console/console.c, coproc/coproc.S, coproc/coproc.c,
351        coproc/coproc.ld, dswifi/dswifi_license.txt, dswifi/makefile,
352        dswifi/arm7/makefile, dswifi/arm7/source/wifi_arm7.c,
353        dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/makefile,
354        dswifi/arm9/source/sgIP.c, dswifi/arm9/source/sgIP.h,
355        dswifi/arm9/source/sgIP_ARP.c, dswifi/arm9/source/sgIP_ARP.h,
356        dswifi/arm9/source/sgIP_Config.h, dswifi/arm9/source/sgIP_DHCP.c,
357        dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.c,
358        dswifi/arm9/source/sgIP_DNS.h, dswifi/arm9/source/sgIP_Hub.c,
359        dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.c,
360        dswifi/arm9/source/sgIP_ICMP.h, dswifi/arm9/source/sgIP_IP.c,
361        dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.c,
362        dswifi/arm9/source/sgIP_TCP.h, dswifi/arm9/source/sgIP_UDP.c,
363        dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.c,
364        dswifi/arm9/source/sgIP_memblock.h,
365        dswifi/arm9/source/sgIP_sockets.c, dswifi/arm9/source/sgIP_sockets.h,
366        dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
367        dswifi/common/source/dsregs.h, dswifi/common/source/spinlock.h,
368        dswifi/common/source/spinlock.s, dswifi/common/source/wifi_shared.h,
369        dswifi/include/dswifi7.h, dswifi/include/dswifi9.h,
370        dswifi/include/dswifi_version.h, dswifi/include/netdb.h,
371        dswifi/include/sgIP_errno.h, dswifi/include/netinet/in.h, fb/fb.c,
372        fb/fb.h, include/bsp.h, include/my_ipc.h, include/tm27.h,
373        include/types.h, include/sys/iosupport.h, irq/irq.c, irq/irq.h,
374        libfat/gba/include/fat.h, libfat/include/fat.h,
375        libfat/nds/include/fat.h, libfat/source/bit_ops.h,
376        libfat/source/cache.c, libfat/source/cache.h, libfat/source/common.h,
377        libfat/source/directory.c, libfat/source/directory.h,
378        libfat/source/fatdir.c, libfat/source/fatdir.h,
379        libfat/source/fatfile.c, libfat/source/fatfile.h,
380        libfat/source/file_allocation_table.c,
381        libfat/source/file_allocation_table.h, libfat/source/filetime.c,
382        libfat/source/filetime.h, libfat/source/libfat.c,
383        libfat/source/mem_allocate.h, libfat/source/partition.c,
384        libfat/source/partition.h, libfat/source/disc_io/disc.c,
385        libfat/source/disc_io/disc.h, libfat/source/disc_io/disc_io.h,
386        libfat/source/disc_io/io_cf_common.c,
387        libfat/source/disc_io/io_cf_common.h,
388        libfat/source/disc_io/io_dldi.h, libfat/source/disc_io/io_dldi.s,
389        libfat/source/disc_io/io_efa2.c, libfat/source/disc_io/io_efa2.h,
390        libfat/source/disc_io/io_fcsr.c, libfat/source/disc_io/io_fcsr.h,
391        libfat/source/disc_io/io_m3_common.c,
392        libfat/source/disc_io/io_m3_common.h,
393        libfat/source/disc_io/io_m3cf.c, libfat/source/disc_io/io_m3cf.h,
394        libfat/source/disc_io/io_m3sd.c, libfat/source/disc_io/io_m3sd.h,
395        libfat/source/disc_io/io_mpcf.c, libfat/source/disc_io/io_mpcf.h,
396        libfat/source/disc_io/io_njsd.c, libfat/source/disc_io/io_njsd.h,
397        libfat/source/disc_io/io_nmmc.c, libfat/source/disc_io/io_nmmc.h,
398        libfat/source/disc_io/io_sc_common.c,
399        libfat/source/disc_io/io_sc_common.h,
400        libfat/source/disc_io/io_sccf.c, libfat/source/disc_io/io_sccf.h,
401        libfat/source/disc_io/io_scsd.c, libfat/source/disc_io/io_scsd.h,
402        libfat/source/disc_io/io_scsd_s.s,
403        libfat/source/disc_io/io_sd_common.c,
404        libfat/source/disc_io/io_sd_common.h, libnds/Makefile.arm7,
405        libnds/Makefile.arm9, libnds/libnds_license.txt,
406        libnds/basicARM7/source/defaultARM7.c,
407        libnds/include/default_font_bin.h, libnds/include/gbfs.h,
408        libnds/include/nds.h, libnds/include/nds/bios.h,
409        libnds/include/nds/card.h, libnds/include/nds/dma.h,
410        libnds/include/nds/interrupts.h, libnds/include/nds/ipc.h,
411        libnds/include/nds/jtypes.h, libnds/include/nds/memory.h,
412        libnds/include/nds/registers_alt.h, libnds/include/nds/reload.h,
413        libnds/include/nds/system.h, libnds/include/nds/timers.h,
414        libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h,
415        libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h,
416        libnds/include/nds/arm9/background.h,
417        libnds/include/nds/arm9/boxtest.h, libnds/include/nds/arm9/cache.h,
418        libnds/include/nds/arm9/console.h,
419        libnds/include/nds/arm9/exceptions.h,
420        libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h,
421        libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/ndsmotion.h,
422        libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/postest.h,
423        libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h,
424        libnds/include/nds/arm9/sprite.h, libnds/include/nds/arm9/trig_lut.h,
425        libnds/include/nds/arm9/video.h, libnds/include/nds/arm9/videoGL.h,
426        libnds/source/arm7/audio.c, libnds/source/arm7/clock.c,
427        libnds/source/arm7/microphone.c, libnds/source/arm7/spi.c,
428        libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
429        libnds/source/arm9/COS.bin, libnds/source/arm9/COS.s,
430        libnds/source/arm9/SIN.bin, libnds/source/arm9/SIN.s,
431        libnds/source/arm9/TAN.bin, libnds/source/arm9/TAN.s,
432        libnds/source/arm9/boxtest.c, libnds/source/arm9/console.c,
433        libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.bin,
434        libnds/source/arm9/default_font.s,
435        libnds/source/arm9/exceptionHandler.S,
436        libnds/source/arm9/exceptionHandler.s,
437        libnds/source/arm9/exceptions.c, libnds/source/arm9/gurumeditation.c,
438        libnds/source/arm9/icache.s, libnds/source/arm9/image.c,
439        libnds/source/arm9/initSystem.c, libnds/source/arm9/keys.c,
440        libnds/source/arm9/ndsmotion.c, libnds/source/arm9/pcx.c,
441        libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c,
442        libnds/source/arm9/system.c, libnds/source/arm9/touch.c,
443        libnds/source/arm9/video.c, libnds/source/arm9/videoGL.c,
444        libnds/source/common/biosCalls.s, libnds/source/common/card.c,
445        libnds/source/common/gbfs.c,
446        libnds/source/common/interruptDispatcher.s,
447        libnds/source/common/interrupts.c, rtc/rtc.c, sound/sound.c,
448        sound/sound.h, start/start.S, startup/linkcmds, startup/start.c,
449        timer/timer.c, tools/Makefile.am, tools/bin2s, tools/bin2s.c,
450        tools/configure.ac, tools/runtest,
451        tools/ndstool/include/arm7_sha1_homebrew.h,
452        tools/ndstool/include/arm7_sha1_nintendo.h,
453        tools/ndstool/include/banner.h, tools/ndstool/include/bigint.h,
454        tools/ndstool/include/crc.h, tools/ndstool/include/default_icon.h,
455        tools/ndstool/include/encryption.h, tools/ndstool/include/header.h,
456        tools/ndstool/include/hook.h, tools/ndstool/include/little.h,
457        tools/ndstool/include/loadme.h, tools/ndstool/include/logo.h,
458        tools/ndstool/include/ndscreate.h,
459        tools/ndstool/include/ndsextract.h, tools/ndstool/include/ndstool.h,
460        tools/ndstool/include/ndstree.h, tools/ndstool/include/overlay.h,
461        tools/ndstool/include/passme.h, tools/ndstool/include/passme_sram.h,
462        tools/ndstool/include/passme_vhd1.h,
463        tools/ndstool/include/passme_vhd2.h, tools/ndstool/include/raster.h,
464        tools/ndstool/include/sha1.h, tools/ndstool/include/types.h,
465        tools/ndstool/source/arm7_sha1_homebrew.c,
466        tools/ndstool/source/arm7_sha1_nintendo.c,
467        tools/ndstool/source/banner.cpp, tools/ndstool/source/bigint.cpp,
468        tools/ndstool/source/compile_date.c, tools/ndstool/source/crc.cpp,
469        tools/ndstool/source/default_icon.c,
470        tools/ndstool/source/encryption.cpp, tools/ndstool/source/header.cpp,
471        tools/ndstool/source/hook.cpp, tools/ndstool/source/loadme.c,
472        tools/ndstool/source/logo.cpp, tools/ndstool/source/ndscodes.cpp,
473        tools/ndstool/source/ndscreate.cpp,
474        tools/ndstool/source/ndsextract.cpp,
475        tools/ndstool/source/ndstool.cpp, tools/ndstool/source/ndstree.cpp,
476        tools/ndstool/source/passme.cpp, tools/ndstool/source/passme_sram.c,
477        tools/ndstool/source/raster.cpp, tools/ndstool/source/sha1.cpp,
478        touchscreen/README.reco, touchscreen/parser.c, touchscreen/reco.c,
479        touchscreen/reco.h, touchscreen/touchscreen.c,
480        touchscreen/touchscreen.h, wifi/compat.c, wifi/compat.h, wifi/wifi.c:
481        New files.
482
4832008-03-09      Matthieu Bucchianeri <mbucchia@gmail.com>
484
485        * ...: original import of the BSP
Note: See TracBrowser for help on using the repository browser.