rockbox/firmware/export
Linus Nielsen Feltzing 7bade1a24f Bass boost removed in favour of some new sound settings: Super bass and five new MDB parameters: strength, harmonics, center, shape and enable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4839 a1c6a512-1295-4272-9138-f99709370657
2004-07-06 12:17:14 +00:00
..
adc.h Move publicly (from apps) accessed files from drivers/ to export/. 2003-02-07 10:08:02 +00:00
ata.h Experiment: enable ATA STANDBY when switching to USB mode 2003-05-10 01:55:23 +00:00
backlight.h inconsistent argument type for backlight_set_timeout() fixed 2004-01-30 23:27:44 +00:00
buffer.h More linker safe MP3 buffer handling in the simulator 2003-10-14 10:18:22 +00:00
button.h Added reset_poweroff_timer(), which can be used to prevent idle poweroff. This is also available in the plugin API. 2004-06-22 07:16:31 +00:00
config-fmrecorder.h Additional Neo support 2003-12-12 13:29:11 +00:00
config-neo35.h first attempt at Neo 35 config 2003-12-12 13:24:04 +00:00
config-player.h Additional Neo support 2003-12-12 13:29:11 +00:00
config-recorder.h Additional Neo support 2003-12-12 13:29:11 +00:00
config-recorderv2.h Additional Neo support 2003-12-12 13:29:11 +00:00
config.h Additional Neo support 2003-12-12 13:29:11 +00:00
debug.h Include File Cleanup And Move-Around Party 2003. 2003-02-07 09:41:57 +00:00
disk.h Include File Cleanup And Move-Around Party 2003. 2003-02-07 09:41:57 +00:00
fat.h New function: rmdir(). Also some changes in the fat code, to track the parent directory in opendir(), to be able to delete directories 2004-04-16 08:58:29 +00:00
fmradio.h Idle poweroff fix for FM radio, as suggested by Mike Holden 2003-05-03 15:39:40 +00:00
font.h Added multiple inclusion protection 2003-06-29 14:57:44 +00:00
hwcompat.h Default contrast is now autodetected on recorders 2003-06-25 23:24:47 +00:00
i2c.h Move publicly (from apps) accessed files from drivers/ to export/. 2003-02-07 10:08:02 +00:00
id3.h Moved genre list and access function to id3.c 2004-05-22 01:38:41 +00:00
kernel.h The cli()/sti() functions are not safe. We should have removed them long ago. 2004-02-25 13:00:36 +00:00
lcd-player-charset.h more moves 2003-02-07 10:13:23 +00:00
lcd.h Unified usage of lcd transfer code 2004-04-21 09:39:29 +00:00
led.h Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and blinking when waiting to record (and when paused). 2004-06-22 10:52:39 +00:00
mas.h Move publicly (from apps) accessed files from drivers/ to export/. 2003-02-07 10:08:02 +00:00
mp3_playback.h Bass boost removed in favour of some new sound settings: Super bass and five new MDB parameters: strength, harmonics, center, shape and enable 2004-07-06 12:17:14 +00:00
mp3data.h Frame-accurate file splits when recording. Now the PLAY button closes the current file and opens a new one. 2003-11-02 11:24:38 +00:00
mpeg.h The Play button now acts as a Pause button during recording instead of opening a new file. The new-file feature is moved to the F3 button. 2004-06-03 12:10:40 +00:00
panic.h Include File Cleanup And Move-Around Party 2003. 2003-02-07 09:41:57 +00:00
power.h No more spinning disk while charging flashed FM+V2 (you need the new bootloader to utilize it). ToDo: remove now false voltage reading from charging screen. 2003-12-03 01:03:54 +00:00
powermgmt.h Added reset_poweroff_timer(), which can be used to prevent idle poweroff. This is also available in the plugin API. 2004-06-22 07:16:31 +00:00
rolo.h Include File Cleanup And Move-Around Party 2003. 2003-02-07 09:41:57 +00:00
rtc.h Move publicly (from apps) accessed files from drivers/ to export/. 2003-02-07 10:08:02 +00:00
serial.h Move publicly (from apps) accessed files from drivers/ to export/. 2003-02-07 10:08:02 +00:00
sh7034.h set/clear port bits with atomic instructions instead of read-modify-write, saves time+space, allows port usage in ISR 2003-11-06 07:08:22 +00:00
system.h We had a few set_irq_level(15) left in the code, instead of the new set_irq_level(HIGHEST_IRQ_LEVEL). Only one was really used, in system_reboot(), creating a (unlikely) race condition. 2004-03-13 16:45:18 +00:00
thread.h remove_thread() function added, for future dynamic thread creation by plugins 2004-04-30 20:23:04 +00:00
usb.h I needed a function to return the physical USB detect 2003-07-03 22:11:14 +00:00