Rockbox Ports are now being developed for various digital audio players!
Check the "contribute" link on the front page. Once you setup the build tools and build a normal build, you can edit the config file for your target in firmware/export/config to disable things.
//#define USE_ROCKBOX_USB
#define USB_HANDLED_BY_OF
Now, I imagine that I have to build a bootloader that takes these settings in account too.
Oh, and what does "#define HAVE_TUNER_PWR_CTRL" mean in sansaclipplus.h ? Can I uncomment it ?
And where can I enable/disable features like database, equalizer etc. ?
127c127< //#define HAVE_TUNER_PWR_CTRL---> #define HAVE_TUNER_PWR_CTRL172c172< #define CPU_FREQ 240000000---> #define CPU_FREQ 200000000182,183c182,183< #define USB_HANDLED_BY_OF< //#define USE_ROCKBOX_USB---> //#define USB_HANDLED_BY_OF> #define USE_ROCKBOX_USB192c192< //#define HAVE_ADJUSTABLE_CPU_FREQ---> #define HAVE_ADJUSTABLE_CPU_FREQ
Knowing that the USB stack is supposed to be enabled (and stable) now,
Now I have frequency scaling, which works only once in a while (shows 24 MHz most of the time and sometimes briefly jumps to 240 MHz when boosted, and not 200 MHz as I defined in sansaclipplus.h).
Page created in 0.455 seconds with 23 queries.