summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2004-03-21First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn1-0/+1
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn1-34/+0
2004-03-16Increased the maximum battery capacityLinus Nielsen Feltzing1-1/+1
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-0/+34
2004-03-13We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn1-2/+2
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing1-1/+14
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing2-20/+10
2004-02-05Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing1-1/+4
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn1-1/+1
2004-01-30mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn1-1/+2
2004-01-15Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg1-0/+1
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing1-2/+3
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn2-0/+12
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn2-33/+74
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing1-2/+5
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn1-4/+4
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn1-0/+3
2003-12-15Without having a clue about the actual platform, I hereby announce that theDaniel Stenberg1-0/+3
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn1-0/+4
2003-12-12Additional Neo supportDaniel Stenberg7-2/+82
2003-12-12first attempt at Neo 35 configDaniel Stenberg1-0/+43
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu1-0/+1
2003-12-03for FM and V2: removed the now false voltage reading from charging screen.Jörg Hohensohn2-0/+6
2003-12-03No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn4-0/+10
2003-11-27new usb-style definesDaniel Stenberg3-0/+8
2003-11-27Use a proper config file for the v2, although it looks like the FM one now.Daniel Stenberg2-2/+48
2003-11-19like an FM recorderDaniel Stenberg1-1/+1
2003-11-19For now, load the fm recorder config for v2 recorders too. It seems some ofDaniel Stenberg1-0/+3
2003-11-07The code police strikes backLinus Nielsen Feltzing1-112/+4
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn1-0/+22
2003-11-02Frame-accurate file splits when recording. Now the PLAY button closes the cur...Linus Nielsen Feltzing2-0/+3
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg1-0/+1
2003-10-14More linker safe MP3 buffer handling in the simulatorLinus Nielsen Feltzing1-0/+4
2003-08-29Pass actual time instead of offset to mpeg_ff_rewind. Fixes ff/rew to wrong ...Hardeep Sidhu1-1/+1
2003-08-25Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing2-1/+2
2003-07-22Setting the lowest mic gain no longer turns off the mic (bug #774349)Linus Nielsen Feltzing1-1/+1
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg1-0/+1
2003-07-03I needed a function to return the physical USB detectJörg Hohensohn1-1/+2
2003-06-29Added multiple inclusion protectionBjörn Stenberg1-0/+4
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing1-0/+1
2003-06-19Slightly better handling of disk-full situationsLinus Nielsen Feltzing1-0/+5
2003-06-04Generalized id3v2 parsing code. Added support for the composer frame and free...Björn Stenberg1-0/+4
2003-06-03Small seek optimization -- begin seek at last read cluster if possibleHardeep Sidhu1-0/+1
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson1-1/+3
2003-05-22Declaring the jump scroll function.Kjell Ericson1-0/+1
2003-05-10Experiment: enable ATA STANDBY when switching to USB modeLinus Nielsen Feltzing1-0/+1
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-0/+30
2003-05-03Idle poweroff fix for FM radio, as suggested by Mike HoldenLinus Nielsen Feltzing1-0/+4
2003-05-03Finally, FM radio support on the FM RecorderLinus Nielsen Feltzing2-0/+29
2003-04-23Changed remote control button events to separate codes. Now the remote contro...Björn Stenberg1-13/+9