BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
freemyipod
(root)
/
emcore
/
libc
/
include
/
gcc_extensions.h
– Rev 978
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
978
716 d 20 h
user890104
/emcore/
Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.
/emcore/Makefile
/emcore/SOURCES
/emcore/TARGETS
/emcore/accel.h
/emcore/arm
/emcore/backlight.h
/emcore/bootflash.h
/emcore/button.c
/emcore/button.h
/emcore/clickwheel.h
/emcore/clockgates.h
/emcore/configmagic.h
/emcore/console.c
/emcore/console.h
/emcore/constants
/emcore/contextswitch.h
/emcore/crc32.c
/emcore/crc32.h
/emcore/debug.h
/emcore/dir.c
/emcore/dir.h
/emcore/disk.c
/emcore/disk.h
/emcore/drawing.S
/emcore/drawing.h
/emcore/execimage.c
/emcore/execimage.h
/emcore/export
/emcore/fat.c
/emcore/fat.h
/emcore/file.c
/emcore/file.h
/emcore/format.c
/emcore/format.h
/emcore/global.h
/emcore/hmacsha1.h
/emcore/hwkeyaes.h
/emcore/i2c.h
/emcore/init.c
/emcore/interrupt.h
/emcore/lcd.h
/emcore/lcdconsole.c
/emcore/lcdconsole.h
/emcore/libc
/emcore/library.c
/emcore/library.h
/emcore/loader
/emcore/malloc.c
/emcore/malloc.h
/emcore/mmu.h
/emcore/mv.h
/emcore/panic.c
/emcore/panic.h
/emcore/power.h
/emcore/progressbar.c
/emcore/progressbar.h
/emcore/rtc.h
/emcore/shutdown.c
/emcore/shutdown.h
/emcore/storage.c
/emcore/storage.h
/emcore/storage_ata.h
/emcore/storage_nand.h
/emcore/strcasecmp.c
/emcore/strcasestr.c
/emcore/strlcat.c
/emcore/strlcpy.c
/emcore/syscall.c
/emcore/syscall.h
/emcore/syscallapi.c
/emcore/target
/emcore/targetinit.h
/emcore/thread.c
/emcore/thread.h
/emcore/timer.h
/emcore/tools
/emcore/uart.h
/emcore/ucl.S
/emcore/ucl.h
/emcore/usb
/emcore/util.c
/emcore/util.h
/emcore/version.h
/emcore/branches
/emcore/tags
/emcore/trunk
424
5518 d 16 h
theseven
/emcore/
Create emCORE branch
/emcore
/emcore/trunk/loader/ipodnano3g
/emcore/trunk/loader/ipodnano3g/Makefile
/emcore/trunk/loader/ipodnano3g/SOURCES
/emcore/trunk/loader/ipodnano3g/ls.x
/emcore/trunk/loader/ipodnano3g/main.S
/emcore/trunk/loader/ipodnano3g/version.h
/emcore/trunk/target/ipodclassic/config.h
71
5677 d 14 h
theseven
/embios/trunk/
Import Rockbox libc, and use its headers instead of system headers, which have been causing trouble all over the place
/embios/trunk/libc
/embios/trunk/libc/atoi.c
/embios/trunk/libc/ctype.c
/embios/trunk/libc/include
/embios/trunk/libc/include/_ansi.h
/embios/trunk/libc/include/ctype.h
/embios/trunk/libc/include/errno.h
/embios/trunk/libc/include/gcc_extensions.h
/embios/trunk/libc/include/inttypes.h
/embios/trunk/libc/include/math.h
/embios/trunk/libc/include/stdint.h
/embios/trunk/libc/include/stdio.h
/embios/trunk/libc/include/stdlib.h
/embios/trunk/libc/include/string.h
/embios/trunk/libc/include/sys
/embios/trunk/libc/include/sys/timeb.h
/embios/trunk/libc/include/sys/types.h
/embios/trunk/libc/include/time.h
/embios/trunk/libc/memchr.c
/embios/trunk/libc/memcmp.c
/embios/trunk/libc/memcpy.c
/embios/trunk/libc/memmove.c
/embios/trunk/libc/memset.c
/embios/trunk/libc/mktime.c
/embios/trunk/libc/qsort.c
/embios/trunk/libc/random.c
/embios/trunk/libc/sprintf.c
/embios/trunk/libc/sscanf.c
/embios/trunk/libc/strcat.c
/embios/trunk/libc/strchr.c
/embios/trunk/libc/strcmp.c
/embios/trunk/libc/strcpy.c
/embios/trunk/libc/strlen.c
/embios/trunk/libc/strncmp.c
/embios/trunk/libc/strrchr.c
/embios/trunk/libc/strstr.c
/embios/trunk/libc/strtok.c
/embios/trunk/gcc_extensions.h
/embios/trunk/snprintf.c
/embios/trunk/snprintf.h
/embios/trunk/strlen.c
/embios/trunk/strlen.h
/embios/trunk/Makefile
/embios/trunk/SOURCES
/embios/trunk/fat.c
/embios/trunk/format.c
/embios/trunk/global.h
/embios/trunk/shutdown.c
/embios/trunk/thread.c
/embios/trunk/thread.h
/embios/trunk/usb/usb.c
/embios/trunk/util.c
/embios/trunk/util.h
52
5679 d 22 h
theseven
/embios/trunk/
Clean up printf function attributes
/embios/trunk/gcc_extensions.h
/embios/trunk/console.h
/embios/trunk/file.c
/embios/trunk/panic.h
/embios/trunk/snprintf.c
/embios/trunk/snprintf.h
24
5682 d 10 h
cmwslw
/embios/branches/4g_compat/
Added I2C and accelerometer support.
/embios/branches/4g_compat/gcc_extensions.h
/embios/branches/4g_compat/target/ipodnano4g/accel.c
/embios/branches/4g_compat/target/ipodnano4g/accel.h
/embios/branches/4g_compat/target/ipodnano4g/i2c.S
/embios/branches/4g_compat/target/ipodnano4g/i2c.h
/embios/branches/4g_compat/SOURCES
/embios/branches/4g_compat/lcdconsole.c
/embios/branches/4g_compat/snprintf.h
/embios/branches/4g_compat/target/ipodnano2g/i2c.S