- a6c62a2 Renamed as3525-codec.c to ascodec-as3525.c to bring it in line with the naming convention of the other driver by Bertrik Sikken · 16 years ago
- c7c546c AMS Sansa: add fmradio i2c support for e200v2 and the fuze, by Thomas Martitz and Michael Chicoine by Bertrik Sikken · 16 years ago
- 4e79f8e Commit updated FS#9569 by Michael Chicoine. Fixes a bug in lcd_update_rect on the e200v2. by Michael Giacomelli · 16 years ago
- f78bf7d Commit FS#9623 by Thomas Martitz. General LCD clean up. Removes needless delays, fixes some glitches, updates comments, and brings LCD updates closer to procedure found in OF. by Michael Giacomelli · 16 years ago
- 8493da0 Commit FS#9652 by Thomas Martitz. Enable microSD on e200v2 and fix initialization for the fuze and e200v2. by Michael Giacomelli · 16 years ago
- 66b9721 Actually set sd_enabled (again by Thomas Martitz) by Frank Gevaerts · 16 years ago
- f9fb52b fix yellow by Frank Gevaerts · 16 years ago
- 9f37f04 Apply FS#9650 (by Thomas Martitz). This adds hotswap and microSD support for the Fuze. It doesn't seem to work for all cards yet. by Frank Gevaerts · 16 years ago
- a654946 correct battery readout for m200v4. Percentage is still uncalibrated. by Dominik Wenger · 16 years ago
- 90bcf9b m200v4: rename Keys, so they match better other targets with similar key-layout. Enable plugins, add keymaps for plugins. More keymap improvements needed. by Dominik Wenger · 16 years ago
- b6e78ac Get rid of some pcm_apply_settings cruft at the low level I somehow missed. Move the ones in pcm.c around to better spots. Remove a variable from pcm-pnx0101.c that should no longer be there. by Michael Sevakis · 16 years ago
- e69d567 Bring consistency to pcm implementation and samplerate handling. Less low-level duplication. A small test_sampr fix so it works on coldfire again. by Michael Sevakis · 16 years ago
- 02184a2 make fmradio-i2c code from clip more generic, so it works for m200v4 and hopefully all other as3525 targets. by Dominik Wenger · 16 years ago
- ed96b2a Sansa Clip: implement the fmradio_i2c interface using generic_i2c by Bertrik Sikken · 16 years ago
- 9856a37 Sansa Clip: revert 19353 by Rafaël Carré · 16 years ago
- 3648e87 Add small delays before lcd_write_data() and lcd_write_command(). This seems to be needed on some clips (i.e. mine) by Frank Gevaerts · 16 years ago
- 8956f2b Sansa Clip: No need to use GPIO pin B6 in LCD by Rafaël Carré · 16 years ago
- 68be3b1 Sansa Clip: No need to use GPIO pin B5 in LCD - it's likely used in FM by Rafaël Carré · 16 years ago
- ab64424 Sansa AMS: use vectored interrupts by Rafaël Carré · 16 years ago
- f07aa65 Sansa AMS: correct VIC registers usage by Rafaël Carré · 16 years ago
- e3a970f Sansa AMS "High Mem" : fix main binary linking broken by r19342 by Rafaël Carré · 16 years ago
- 894dbfa pcm-as3525.c : don't use |= on a write-only register (VIC_INT_EN_CLEAR). by Bertrik Sikken · 16 years ago
- e97191f Sansa AMS: Disable DMA clocks when not in use by Rafaël Carré · 16 years ago
- 3e4f3fe Sansa AMS: disable I2SOUT clocks when playback is stopped by Rafaël Carré · 16 years ago
- 6aa807d Sansa AMS: PCM driver (FS#9592) by Rafaël Carré · 16 years ago
- 38e9705 Sansa AMS: Don't allocate stack in irq_handler by Rafaël Carré · 16 years ago
- 8e19a73 Sansa AMS SD driver: don't check non fatal flags of MCI_STATUS by Rafaël Carré · 16 years ago
- 1ab08e6 Sansa AMS: updates DMA API by Rafaël Carré · 16 years ago
- 76617c8 Sansa Clip: remove unused variable by Rafaël Carré · 16 years ago
- 45711ac Sansa AMS: centralize clock settings in clock-target.h by Rafaël Carré · 16 years ago
- 58eb784 Straighten out some powermanagement stuff. Give target complete control over how power inputs are sensed. Clean SIMULATOR stuff out of target files. Get rid of USB charging option on targets that don't support it or don't implement it yet. Menu string remains to avoid language incompatibility but should be removed on next cleanup for targets not using it (notice in english.lang). global_settings becomes incompatible for some builds and so plugin API version is incremented. by Michael Sevakis · 16 years ago
- 0d0cc03 fix hold-button handling for m200v4. by Dominik Wenger · 16 years ago
- 874f437 Sansa AMS: ignore buttons when hold switch is on by Rafaël Carré · 16 years ago
- d9116da Move Clip specific power management stuff (specifically the battery discarge curve) to powermgmt-clip.c by Bertrik Sikken · 16 years ago
- 6840cd1 Sansa Clip: Do not return HOLD status in button_read_device() by Rafaël Carré · 16 years ago
- a783453 Sansa AMS: sd_enable() isn't available in the bootloader by Rafaël Carré · 16 years ago
- ce851c0 Sansa AMS: disable SD clocks when not in use (copied from FS#9570) by Rafaël Carré · 16 years ago
- 5051941 Sansa Clip : save one instruction per 8 pixels loop in lcd_grey_data by Rafaël Carré · 16 years ago
- c9ba3ad Sansa AMS: do not load stack and bss inside the rockbox binary (FS#9593) by Rafaël Carré · 16 years ago
- 0b6d65b Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk) by Rafaël Carré · 16 years ago
- fbb80b0 Init the ata_sd mutex before use. by Dominik Wenger · 16 years ago
- 15671aa do not modify the CCU_IO register since we don't use GPIOD (from FS#9569) by Jonathan Gordon · 16 years ago
- 4a4c3c5 Sansa Fuze: do not modify the CCU_IO register since we don't use GPIOD by Rafaël Carré · 16 years ago
- 82c5101 Sansa Fuze: remove left over copy-pasta (fix status bar flickering) by Rafaël Carré · 16 years ago
- 81fe625 Sansa Clip: grey lib support (not calibrated yet) by Rafaël Carré · 16 years ago
- 4e4b1d0 Sansa AMS: make set_cpu_frequency() handle frequency 0 by Rafaël Carré · 16 years ago
- 97e9075 Sansa AMS: implement set_cpu_frequency() by Rafaël Carré · 16 years ago
- a39e4e9 Sansa AMS: use non-busy wakeup to signal end of DMA transfer by Rafaël Carré · 16 years ago
- 1735056 Sansa AMS: kernel functions need the timer definitions by Rafaël Carré · 16 years ago
- a6ec029 Sansa AMS: correct timer definition (clk_main == 24MHz / 16) by Rafaël Carré · 16 years ago
- b70f575 Fix reds. Also note my r19221 commit message had a typo - shoudld have been e200/c200, not e100. by Steve Bavin · 16 years ago
- 3e965fd Enable display contrast setting and implement flip for the Clip. by Bertrik Sikken · 16 years ago
- c1f90b1 Sansa AMS: Use DMA for SD transfers (read and write) by Rafaël Carré · 16 years ago
- 8486cb9 Preliminary button driver for Sansa Fuze. FS#9575 by Thomas Martitz. by Björn Stenberg · 16 years ago
- 0cd64ab Rename BUTTON_VOLUP to BUTTON_VOL_UP in definition of BUTTON_MAIN for Sansa Clip. by Bertrik Sikken · 16 years ago
- 0787533 Implement a basic uncalibrated battery reading for all as3525 targets with a lithium battery. by Bertrik Sikken · 16 years ago
- 763aacc Initialise mutex before using it in as3525-codec.c, also use mutex for single codec register accesses. by Bertrik Sikken · 16 years ago
- 9701ffb Added power.h include to power-as3525.c by Bertrik Sikken · 16 years ago
- 4c25c92 Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GPIOD(7) setting in the Fuze and e200v2 LCD drivers - it's set in the buttonlight code. by Dave Chapman · 16 years ago
- 73b3f54 Sansa Clip: backlight brightness is not possible, so remove references to it by Rafaël Carré · 16 years ago
- 678b6d0 Sansa AMS: Use IRAM (in app linker script and crt0.S) by Rafaël Carré · 16 years ago
- de89a00 Correct the xoffset used when display_flipped is false - fixes the display in the main Rockbox build. by Dave Chapman · 16 years ago
- 5302448 Sansa AMS: Don't make sd_init() fail if a SD card is not present in the slot by Rafaël Carré · 16 years ago
- aeb60e2 Sansa AMS: when not in the bootloader, disable fast hardware power off by Rafaël Carré · 16 years ago
- d3e783b Fix the Sansa AMS SD driver by Rafaël Carré · 16 years ago
- a4c0660 add the OF offset also for sansa fuze, and make it only for internal SD. by Dominik Wenger · 16 years ago
- 83dc89f m200v4: make buttons work again (added a small delay). make m200 keymap better. Add button mappings for the sim. Remove some config defines temporary to make building work again. by Dominik Wenger · 16 years ago
- e25c1c6 Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB) by Dave Chapman · 16 years ago
- 0d812dd FS#9535 - Sansa Fuze sim by Jonathan Gordon · 16 years ago
- c48001b Sansa AMS: remove symbol already defined in audio/as3514.c driver by Rafaël Carré · 16 years ago
- d4c4faa Sansa AMS: declare ascodec_init() function in the header by Rafaël Carré · 16 years ago
- 02dfae0 Sansa AMS: use the AS3514 ADC driver by Rafaël Carré · 16 years ago
- 22c450a Merge target/arm/as3525/as3525-codec.h into target/arm/ascodec-target.h by Rafaël Carré · 16 years ago
- 1811858 Revert r19069 - the m200s can't charge. Also, don't use charger_inserted() as a method for detecting USB (this gives a false positive with USB wall chargers), and protect the definition of charger_inserted() with #if CONFIG_CHARGING. by Dave Chapman · 16 years ago
- b25f903 make m200v4 build compilable. by Dominik Wenger · 16 years ago
- 889b8c9 quick fix for the e200v2 to skip the OF by Jonathan Gordon · 16 years ago
- 59a9699 Fuze: remove an unused variable by Rafaël Carré · 16 years ago
- 6b56656 Fix Clip firmware building by adding missing symbols by Rafaël Carré · 16 years ago
- b52a3da ... and the entire dir is renamed too by Daniel Stenberg · 16 years ago
- 55634f7 grrr, I need to learn to do case insensitive grepping when that's the better idea... by Daniel Stenberg · 16 years ago
- 044ba22 "mv m200v2 m200v4" by Daniel Stenberg · 16 years ago
- 7ddaaf0 Fix as3525 bootloader broken by r19049 - we need to operate between by Rafaël Carré · 16 years ago
- fa748db sd.h : avoid namespace collision by prefixing defines with SD_ by Rafaël Carré · 16 years ago
- 9acf856 AS3525 SD : fix 2nd initialization (in loaded firmware) by Rafaël Carré · 16 years ago
- e79cacc Also rename as3525_codec in the e200/fuze backlight driver by Bertrik Sikken · 16 years ago
- 4ca4e52 Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code for sansa v2 players by Bertrik Sikken · 16 years ago
- aef27e1 Sansav2 Bootloader by Rafaël Carré · 16 years ago
- 3952e6d AS3525: enable access to the embedded SD card by Rafaël Carré · 16 years ago
- 2b81bce FS#9532 - e200v2 buttons by Jonathan Gordon · 16 years ago
- 4944a1c Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe. by Jens Arnold · 16 years ago
- 5bef735 AS3525: disable interrupts by Rafaël Carré · 16 years ago
- 6e645cc AS3525: we won't use threads in the bootloader by Rafaël Carré · 16 years ago
- 94c06c7 AS3525: implement tick_start() with TIMER2 by Rafaël Carré · 16 years ago
- baecdb6 AS3525: use kernel_init() in bootloader by Rafaël Carré · 16 years ago
- c3e667c AS3525: timer support by Rafaël Carré · 16 years ago
- 23d6df4 AS3525 : wait until PLLA is locked when changed by Rafaël Carré · 16 years ago
- aa061bc AS3525 : fix interrupts support (but leave them disabled) by Rafaël Carré · 16 years ago
- 091f2a0 AS3525: disable interrupts, higher clock frequencies by Rafaël Carré · 16 years ago
- a85e2cd AS3525 : enable instruction and data cache by Rafaël Carré · 16 years ago
- 307d009 Clean up the Fuze LCD driver. The only functional change is to write 0x7030 instead of 0x30 to register 0x03 (which seems to be a HD66789R-style R_ENTRY_MODE register) - this fixes the corrupted colours. by Dave Chapman · 16 years ago