Frank Gevaerts
368e358761
We won't release on April 1st after all, so change the release date.
...
Change-Id: Idcdd64205a91c1668ce1c72690d6799aee0b96ef
2012-03-31 14:33:45 +02:00
Frank Gevaerts
02ef2d83e6
Bump version to 3.11 in preparation of the release
...
Change-Id: Ia764e8b762d7a6ce800d44c6c3372580d5a3ae6e
2012-03-31 14:30:00 +02:00
Frank Gevaerts
50c624cf48
Drop the nano2g back to unstable for now
...
Change-Id: Id6d346d0bdc3c09e5c112ab57ee3c71c18a643a8
2012-03-31 14:25:15 +02:00
Rafaël Carré
6622b22f45
Nano2g/Classic: disable buggy USB driver
...
Change-Id: I5bf08d90a20e158d3d29e2efae4fcbbae1a9af83
2012-03-30 19:02:35 -04:00
Rafaël Carré
1cc3055644
usb-nano2g-6g: missing brace in non-default preprocessor path
...
Change-Id: Iacf6719e58b927bb619d469048e16797cae5cecd
(cherry picked from commit 41b46231cb )
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-03-30 18:59:16 -04:00
Thomas Martitz
6284e0fe0d
panicf(): fix wrong font and colors being displayed.
...
Change-Id: I57680d5857b577d731b5703e209ccc6e9511ef17
2012-03-30 11:25:18 +02:00
Michael Giacomelli
c7b8ebd074
Mark the Sansa c200v2 series of players as stable
...
These were originally held back as unstable due to bugs in rockbox's
audio buffering that only occuried on very low memory targets. The
c200v2 is the lowest memory target we have. Various improvements
to our buffering system seem to have fully corrected these problems.
Change-Id: I4404fe9b85c037904aea4b720e5a1fcb266f3d18
2012-03-29 00:10:09 +02:00
Dominik Riebeling
4ec74ee0fb
Add a new tarball generation script. The old one depended on svn
...
Change-Id: I873ca9eec30f98c1355d87cd2de89456d08d016a
2012-03-28 21:21:42 +02:00
Marek Salaba
cbe1b5cf1c
FS#12627 - March update of Czech language
...
Change-Id: I855f0f3d3a9a126beee03aa8071ff8a9a5fa16ed
2012-03-28 17:09:54 +02:00
Jonathan Gordon
bda7ba1ad8
skin_engine: fix scrolling lines with dynamic content
...
Change-Id: If85220c8b59123814e0e6b1a3b8e00c981271021
2012-03-26 22:33:14 +11:00
Frank Gevaerts
ab07950c8d
Disable loading dircache from disk to avoid FS#12590.
...
A proper fix would of course be better, but this at least avoids the
crash.
Change-Id: Idae499c7efc8bb683912716e25620f163c1687d4
2012-03-21 21:34:44 +01:00
Frank Gevaerts
71039a928f
Bump release build versions to 3.11RC
...
Change-Id: I9a1b7a85dad9c102a276c963cc187ebfe01c0695
2012-03-21 21:28:46 +01:00
Szymon Dziok
84c6dda012
Correct polish translation.
...
Author: Przemyslaw Holubowski
Flyspray: FS #12531
Change-Id: I6671e2ee0fcc68dd2c18aad238de29c86ae6bf6a
2012-03-17 23:42:56 +01:00
Jonathan Gordon
9837bc3e51
skin_engine: Reenable skin debugging in the sim (use --debugwps)
...
Change-Id: I2881edda45cd3ea69f5284d93bc93c47bb63b3f2
2012-03-15 23:31:34 +11:00
Marcin Bukat
3448f5b6ad
Mark MPIO HD300 as stable in tools/builds.pm
...
Change-Id: Ib2c9e02703de5801d08e05c1eb1066cb7c3328a5
2012-03-10 14:26:31 +01:00
Dominik Riebeling
cd5ee6f181
Bump version to 1.2.13.
...
Change-Id: Ib4efdef98db92824f798f830f8c8c1b094dc4f02
2012-03-06 22:17:52 +01:00
Dominik Riebeling
06662985cb
Correctly insert build ID.
...
Change-Id: I35a85ffd78bd0a56a31d6ba0abbd6102727155d4
2012-03-06 22:06:40 +01:00
Dominik Riebeling
7d2c7b83b5
Rockbox Utility: add "revision" information back.
...
Add a revision-like information and make deploy.py replace it with the git
hash.
Change-Id: Ic88ad0b2af255e76a7129a6a5cf52663b868fd32
2012-03-06 21:45:54 +01:00
Andrew Ryabinin
b069562ef4
rk27xx: lcdif refactoring: make lcdif-rk27xx.c more generic
...
iomux_lcd now has parameter for display bit mode settings, so we doesn't need ifdef here.
lcd_init_device moved to target specific code
lcdif_init configure pins and lcd cotroller
Change-Id: I3a2d7fd38b08fe3bc5ebefa8c9f7288c21f58212
Reviewed-on: http://gerrit.rockbox.org/153
Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
Tested-by: Marcin Bukat <marcin.bukat@gmail.com>
2012-03-06 09:37:11 +01:00
pixelma
4601a8b44a
Manual: Fix misaligment in the 'Images' theme tags table.
...
Commit 1c1e1c0 replaced one \newline with a \\ which means starting a complete
new table row instead of keeping the linebreak within a cell, so put it back.
Change-Id: I6962ff8fe2d1f18bd3d85398a7373b3df0634c50
2012-03-05 09:04:58 +01:00
Michael Sevakis
d18a5cad7f
Tweak paramters of mp3_play_data and callback.
...
Use generic void * and size_t and make mp3_play_data and its callback
agree on types. Use mp3_play_callback_t instead of prototyping
right in the function call (so it's not so messy to look at). Change
doesn't appear to require plugin API version increment.
Change-Id: Idcab2740ee316a2beb6e0a87b8f4934d9d6b3dd8
2012-03-04 14:50:47 -05:00
Frank Gevaerts
534117d1e0
Re-add -DDEBUG to the warble makefile
...
Change-Id: I515d2299b0de39092fbae3b070bd2d6d19a43ec5
2012-03-04 16:35:43 +01:00
Michael Sevakis
cd8e11b463
Tweak some PCM drivers for less typecasting with the data pointer.
...
Yeah, sizeof (void) here with GCC is 1. If something has a problem
with that, we'll set it straight.
Change-Id: I9ad3eee75dd440f6404a04a501d1533c8bc18ba9
2012-03-04 08:52:50 -05:00
Bertrik Sikken
f6e17e86fe
AMSv2: add proper definitions for charge current
...
Change-Id: I6a14570e94df1be62ae46816d2ff4e3f2b7bc21a
2012-03-04 12:23:05 +01:00
Andrew Ryabinin
f8de21f460
rkw-loader: Fix wrong include
...
Change-Id: Iee19d074e7766925d1d68787116b84a08c784a1a
2012-03-04 14:30:19 +04:00
Dominik Riebeling
975332d608
Disable built-in make rules for binutils 2.16.1.
...
If make provides a built-in rule for .m files (seen on Fedora 16, reported on
the net for OS X) it breaks binutils 2.16.1. Disable built-in rules to avoid
this.
Change-Id: I2e76c52661e47edf81706ed5c8c30f5e6cab8546
2012-03-04 10:40:15 +01:00
Marcin Bukat
ecbda694b2
rename rkw.h header file
...
Change-Id: I2cb6ea7da9c20ed0ef87f4b8ea90d2e4a4a3bca2
2012-03-04 00:36:02 +01:00
Marcin Bukat
0263fe37e4
rk27xx: Implement dualboot capable bootloader
...
Change-Id: I399e10635f611bdf6f7c1bd5843fa132dc88bfb4
2012-03-04 00:35:48 +01:00
Marcin Bukat
587f52f50e
rk27xx: switch to RKW format for binary
...
Change-Id: I859473abbaf05c8268d832b25d15f27f1ea44648
2012-03-04 00:35:32 +01:00
Marcin Bukat
e2d6f9290d
rk27generic: Implement power_off()
...
Change-Id: I6e7685c83c080cbeeff06c588971901e522e4f85
2012-03-04 00:35:19 +01:00
Marcin Bukat
f30043a0db
rk27xx: add rolo_restart() rk27xx specific variant
...
Change-Id: Ib786a9ef6318d259ecef783becdd7c0fa6f52730
2012-03-04 00:34:59 +01:00
Marcin Bukat
4718ff9db0
Add RKW support to rolo
...
Change-Id: If0dc0173701e1a4a9e1aa785548596c366306c2b
2012-03-04 00:34:43 +01:00
Marcin Bukat
2f8b44aae2
Add RKW firmware file format loader
...
Change-Id: I5283fdcdb8d263fd9375a6d29396f82650aeb686
2012-03-04 00:34:26 +01:00
Marcin Bukat
f35e300304
scramble: add RKW firmware file format encoder
...
Change-Id: I8057d6186724c3e8a319a262f45c12da7afb722e
2012-03-04 00:33:41 +01:00
Marcin Bukat
1c565c9c3b
rk27xx: rework linker scripts and crt0.S
...
Change-Id: Id1d509056026bc67e1a5051c60818336933d4aeb
2012-03-04 00:33:27 +01:00
Marcin Bukat
7569450d8e
rk27load: fix linking with newer toolchains
...
Change-Id: Id8f86e9f5ca78f41ef4e6c6a9244031afe83389d
2012-03-04 00:33:10 +01:00
Frank Gevaerts
0cc6ba018e
Remove standalone makefile. Use configure to build
...
Change-Id: Ifa4fac02100da17b16199ac63cad1f6fe569667f
2012-03-03 20:45:49 +01:00
Frank Gevaerts
8d41b23ce2
Move includes of other makefiles around to make GCCFLAGS work properly.
...
Change-Id: Ic6aed06298dcb668a2c0f2c09d25612437893d1b
2012-03-03 20:35:48 +01:00
Frank Gevaerts
b9ce249772
Don't define CPU_* for __PCTOOL__
...
Change-Id: Id49577a002627eb830f833f101b83471d11ec271
2012-03-03 20:35:19 +01:00
Frank Gevaerts
efd25bf6db
Disable some more sim_ and app_ redirection for __PCTOOL__.
...
This makes checkwps build again for apps
Change-Id: I6fcd299076bd201053012d09e208a0845c2145e2
2012-03-03 20:23:51 +01:00
Frank Gevaerts
466a7c6a40
Integrate the warble tool in the regular build system.
...
Only sdl app builds work properly for now.
Change-Id: I7807d42f69b8577b401e48cdc63de71e54f49217
2012-03-03 20:19:08 +01:00
Frank Gevaerts
13a7c9ac70
Don't set CONFIG_CPU for __PCTOOL__, to avoid wrong asm
...
Change-Id: I725d80cf5cc49d9b7460b320489cdeb14be942c0
2012-03-03 20:19:08 +01:00
Thomas Martitz
fcb9fda3e4
android: drop copied lcd_blit_yuv() and use generic one.
...
Change-Id: I1b9728b138c05c59867ba06370186b2fa5a7c9fd
2012-03-03 20:03:05 +01:00
Jean-Louis Biasini
db856890df
test_X plugins PLA integration
...
1) change all keymaps to PLA
2) add alternative exit keymaps
Change-Id: I5cb8b1fcc515d2b6f9934482e72b80767b2c2fb0
Reviewed-on: http://gerrit.rockbox.org/158
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
2012-03-03 19:55:51 +01:00
Frank Gevaerts
83b4d70af5
Undefine HAVE_ADJUSTABLE_CPU_FREQ for __PCTOOL__
...
Change-Id: I1772df581975ed02134d6d7cb230c0991a92a4e1
2012-03-03 19:16:22 +01:00
Frank Gevaerts
105a05cbfb
One more *_filesize() to remove
...
Change-Id: I82884712a660ad91c0e5c329ca0f8488edec21c8
2012-03-03 19:10:51 +01:00
Frank Gevaerts
52724c1bed
filesize() isn't prefixed anymore for sims.
...
Change-Id: Icc08b874785ab2b8e0ebefa5e35dae4ce94e068a
2012-03-03 19:05:52 +01:00
Frank Gevaerts
c6d20104eb
Fix __PCTOOL__ dependencies on SIMULATOR
...
* filesize() is not POSIX, so it doesn't need stubbing or redirecting
* make the various directory functions use the sim_ versions for PCTOOL
* PCTOOL needs generic byteswap functions
* fix the database makefile to not use -DSIMULATOR anymore
Change-Id: Ic6abc4f662830b85626c751a472fa4a03e844871
2012-03-03 18:54:47 +01:00
Frank Gevaerts
f7a4ee2ddc
Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.
...
Change-Id: If4dc6c373f09f24c9cea4620ea6443e01512b495
2012-03-03 18:23:09 +01:00
Frank Gevaerts
71953a4266
Don't redirect file IO to app_* for __PCTOOLS__ builds.
...
Change-Id: Id8c2d277d4f393cb1bf32654dbd1a21730fd8269
2012-03-03 18:08:40 +01:00