Jens Arnold
|
b3017c8701
|
Fixed calculation of MMC sector count. Display sector count instead of (rough) size info for debugging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5937 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-12 23:09:00 +00:00 |
|
Linus Nielsen Feltzing
|
6805475fb9
|
iRiver: Added dbg_ports()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5910 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-11 13:16:09 +00:00 |
|
Jean-Philippe Bernardy
|
ed7c635bfc
|
Support for flash chip identification on the gmini
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5853 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-08 15:12:25 +00:00 |
|
Jens Arnold
|
404fd12aae
|
MMC driver now panics on out-of-bound accesses.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5768 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-04 00:58:47 +00:00 |
|
Daniel Stenberg
|
1d395ae8a9
|
made lots of code conditional on SH or MAS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5750 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-02 21:57:40 +00:00 |
|
Jens Arnold
|
2116bba296
|
New function for formatting large-range values for output, both printed and voiced. This replaces num2max5(). It is currently used for the total/free space display in the info menu, for the recorded number of bytes (recorders) and the MMC debug info (Ondios).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5721 a1c6a512-1295-4272-9138-f99709370657
|
2005-01-31 00:39:20 +00:00 |
|
Jens Arnold
|
6baa55a8eb
|
Fixed yellow builds (int->long)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5646 a1c6a512-1295-4272-9138-f99709370657
|
2005-01-24 01:39:24 +00:00 |
|
Jörg Hohensohn
|
575c9049f6
|
behave for multi-volume
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5520 a1c6a512-1295-4272-9138-f99709370657
|
2004-12-29 22:37:31 +00:00 |
|
Jens Arnold
|
303b4abfc5
|
Button driver overhaul: (1) Unified the button driver functions as much as possible (2) Proper #defines for FM recorder button ADC channels (3) Got rid of old port B #defines only valid for recorder (4) button filtering for all models (5) RoLo with ON after panic should now work for FM/V2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5472 a1c6a512-1295-4272-9138-f99709370657
|
2004-12-01 00:33:18 +00:00 |
|
Jörg Hohensohn
|
099ef226b6
|
for Ondio: ATA info taken out of debug screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5325 a1c6a512-1295-4272-9138-f99709370657
|
2004-10-22 20:44:26 +00:00 |
|
Jens Arnold
|
dcd4883072
|
Debug menu->View runtime: Ignore release events
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5293 a1c6a512-1295-4272-9138-f99709370657
|
2004-10-16 07:49:57 +00:00 |
|
Jens Arnold
|
f5bdf6952c
|
First part of MMC hotswap handling; removed unnecessary MMC thread
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5241 a1c6a512-1295-4272-9138-f99709370657
|
2004-10-10 00:35:19 +00:00 |
|
Jens Arnold
|
8886adb9df
|
Fix: MMC transfer speed was not displayed due to wrong line numbers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5196 a1c6a512-1295-4272-9138-f99709370657
|
2004-10-07 01:23:44 +00:00 |
|
Jens Arnold
|
6f9a7eb2c7
|
Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed voltage check, maintain disk activity info (fixes immediate shutdown at end of playback). MMC debug menu item populated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5193 a1c6a512-1295-4272-9138-f99709370657
|
2004-10-06 20:43:12 +00:00 |
|
Jens Arnold
|
4c428e077c
|
Fixed Ondio USB polarity debug display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5148 a1c6a512-1295-4272-9138-f99709370657
|
2004-10-01 20:21:17 +00:00 |
|
Jens Arnold
|
eaa1f73c6d
|
Added MAS3539F support (Ondio SP)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5129 a1c6a512-1295-4272-9138-f99709370657
|
2004-09-29 19:51:41 +00:00 |
|
Jörg Hohensohn
|
593cc00447
|
a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5126 a1c6a512-1295-4272-9138-f99709370657
|
2004-09-28 22:13:26 +00:00 |
|
Jens Arnold
|
90cbd3b06d
|
First working MMC driver (very preliminary, and read-only), and some adaptions of the debug menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5123 a1c6a512-1295-4272-9138-f99709370657
|
2004-09-28 06:23:57 +00:00 |
|
Henrik Backe
|
d00bebae0a
|
Fixed broken reset runtime confirmation dialouge
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5112 a1c6a512-1295-4272-9138-f99709370657
|
2004-09-23 19:38:59 +00:00 |
|
Björn Stenberg
|
6c33c51a4c
|
Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5091 a1c6a512-1295-4272-9138-f99709370657
|
2004-09-19 21:58:37 +00:00 |
|
Jörg Hohensohn
|
24c7c04899
|
adjustment for the Ondio: button driver has an Odio part, for now it has a Player layout. Some fixes in the app code were necessary to remove dependencies of LCD, keypad, this wasn't independent everywhere.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5055 a1c6a512-1295-4272-9138-f99709370657
|
2004-09-10 10:51:54 +00:00 |
|
Jens Arnold
|
06cb237af6
|
New debug feature: Use the SH1 user break controller to catch illegal memory accesses
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5026 a1c6a512-1295-4272-9138-f99709370657
|
2004-08-30 19:52:45 +00:00 |
|
Jens Arnold
|
8fb336148f
|
Const policed pointer arguments to functions, part 3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4999 a1c6a512-1295-4272-9138-f99709370657
|
2004-08-18 01:09:31 +00:00 |
|
Jens Arnold
|
12bc9f0ca3
|
MAS register addresses are 8 bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4991 a1c6a512-1295-4272-9138-f99709370657
|
2004-08-06 21:21:39 +00:00 |
|
Jens Arnold
|
0830339e2f
|
More const policeing step 5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4984 a1c6a512-1295-4272-9138-f99709370657
|
2004-08-03 20:52:31 +00:00 |
|
Linus Nielsen Feltzing
|
ade5d7b848
|
First step in revamping the USB event handling, paving the way for the upcoming SYS_POWER_OFF event
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4951 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-26 16:06:59 +00:00 |
|
Jörg Hohensohn
|
b1403ee024
|
New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4931 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-23 23:01:20 +00:00 |
|
Linus Nielsen Feltzing
|
e2e06a7c41
|
Removed the sound debugging screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4920 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-23 08:58:06 +00:00 |
|
Jörg Hohensohn
|
5846aab654
|
fixed the flash ID query, prevent this code to eventually run from ROM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4895 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-19 21:21:34 +00:00 |
|
Linus Nielsen Feltzing
|
2441061764
|
Removed progressbar() and slidebar()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4854 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-08 13:14:44 +00:00 |
|
Linus Nielsen Feltzing
|
a8dab4c08a
|
New screen dump feature for recorders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4817 a1c6a512-1295-4272-9138-f99709370657
|
2004-06-30 13:31:14 +00:00 |
|
Linus Nielsen Feltzing
|
ef1698e648
|
Added cluster size to the disk debug screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4469 a1c6a512-1295-4272-9138-f99709370657
|
2004-04-06 00:17:02 +00:00 |
|
Linus Nielsen Feltzing
|
cbd992b440
|
Ooops, I broke the player builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4459 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-31 12:05:08 +00:00 |
|
Linus Nielsen Feltzing
|
ad32414928
|
New sound test code. Now it sets up the MDB as the original firmware does.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4450 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-29 11:20:42 +00:00 |
|
Linus Nielsen Feltzing
|
b81a3c54a4
|
We now start monitoring USB earlier, and can enter USB mode from the debug partition viewer. This fixes bug #799491.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4438 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-25 12:29:34 +00:00 |
|
Linus Nielsen Feltzing
|
3a7d397f20
|
Added Super Bass switch to the sound test debug screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4434 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-23 07:10:03 +00:00 |
|
Linus Nielsen Feltzing
|
f1f7bbe98a
|
Test debug code for the sound quality discussion
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4430 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-22 11:48:13 +00:00 |
|
Linus Nielsen Feltzing
|
77936e6ec5
|
First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-16 13:44:56 +00:00 |
|
Jörg Hohensohn
|
4f36ea8fbf
|
First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-14 21:33:53 +00:00 |
|
Linus Nielsen Feltzing
|
10b92c44b3
|
First step towards context sensitive and configurable menus, by Brent Coutts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-12 10:20:33 +00:00 |
|
Linus Nielsen Feltzing
|
50c2261756
|
Squeezed the disk timing info to fit the Player LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4322 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-01 09:42:47 +00:00 |
|
Linus Nielsen Feltzing
|
ae6e33e921
|
Oh, those yellow builds...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4306 a1c6a512-1295-4272-9138-f99709370657
|
2004-02-16 12:21:07 +00:00 |
|
Linus Nielsen Feltzing
|
f3ad619c27
|
New disk debugging options for timing information
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4305 a1c6a512-1295-4272-9138-f99709370657
|
2004-02-16 12:04:55 +00:00 |
|
Linus Nielsen Feltzing
|
0579667f37
|
radio.h was mistakenly included for all targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4295 a1c6a512-1295-4272-9138-f99709370657
|
2004-02-05 10:59:51 +00:00 |
|
Linus Nielsen Feltzing
|
04f9cc7993
|
Added a debug option for the FM radio detection
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4293 a1c6a512-1295-4272-9138-f99709370657
|
2004-02-04 09:53:22 +00:00 |
|
Björn Stenberg
|
ef1ecade52
|
Fixed typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4233 a1c6a512-1295-4272-9138-f99709370657
|
2004-01-14 15:10:17 +00:00 |
|
Björn Stenberg
|
218754ad2c
|
Added display of acoustic management, power management and read look-ahead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4232 a1c6a512-1295-4272-9138-f99709370657
|
2004-01-14 15:08:55 +00:00 |
|
Daniel Stenberg
|
8e43ccbec6
|
Initial suppport for building Rockbox for Neo. The Neo has a different
key layout so we need to check for this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4138 a1c6a512-1295-4272-9138-f99709370657
|
2003-12-12 13:34:27 +00:00 |
|
Björn Stenberg
|
577e571958
|
Removed startup_io test code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4045 a1c6a512-1295-4272-9138-f99709370657
|
2003-11-20 00:01:13 +00:00 |
|
Jörg Hohensohn
|
d8b31814c7
|
HW info: removed the V2 boot ROM crap, now gives boot ROM CRC or says no boot ROM in case of flash mirror
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3995 a1c6a512-1295-4272-9138-f99709370657
|
2003-10-29 22:10:13 +00:00 |
|