Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove debug-target.h

+1 -36
+1 -3
apps/debug_menu.c
··· 104 104 #include "pcf50605.h" 105 105 #endif 106 106 #include "appevents.h" 107 - #if (CONFIG_PLATFORM & PLATFORM_NATIVE) 108 - #include "debug-target.h" 109 - #endif 110 107 111 108 #if defined(HAVE_AS3514) && defined(CONFIG_CHARGING) 112 109 #include "ascodec.h" ··· 1767 1764 return false; 1768 1765 } 1769 1766 #elif CONFIG_CPU == IMX31L 1767 + bool __dbg_dvfs_dptc(void); 1770 1768 static bool dbg_save_roms(void) 1771 1769 { 1772 1770 int fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666);
-1
bootloader/mini2440.c
··· 42 42 #include "sd.h" 43 43 #include "backlight-target.h" 44 44 #include "lcd-target.h" 45 - #include "debug-target.h" 46 45 #include "dma-target.h" 47 46 #include "uart-s3c2440.h" 48 47 #include "led-mini2440.h"
firmware/target/arm/as3525/debug-target.h

This is a binary file and will not be displayed.

firmware/target/arm/at91sam/lyre_proto1/debug-target.h

This is a binary file and will not be displayed.

-1
firmware/target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
··· 21 21 22 22 /* Include Standard files */ 23 23 #include "at91sam9260.h" 24 - #include "debug-target.h" 25 24 #include "config.h" 26 25 27 26 /*-----------------------------------------------------------------------------
firmware/target/arm/imx233/debug-target.h

This is a binary file and will not be displayed.

-1
firmware/target/arm/imx31/debug-imx31.c
··· 24 24 #include "button.h" 25 25 #include "lcd.h" 26 26 #include "font.h" 27 - #include "debug-target.h" 28 27 #include "mc13783.h" 29 28 #include "adc.h" 30 29 #include "ccm-imx31.h"
-26
firmware/target/arm/imx31/debug-target.h
··· 1 - /*************************************************************************** 2 - * __________ __ ___. 3 - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ 4 - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / 5 - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 6 - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 7 - * \/ \/ \/ \/ \/ 8 - * $Id$ 9 - * 10 - * Copyright (C) 2007 by Karl Kurbjun 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 2 15 - * of the License, or (at your option) any later version. 16 - * 17 - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 - * KIND, either express or implied. 19 - * 20 - ****************************************************************************/ 21 - #ifndef DEBUG_TARGET_H 22 - #define DEBUG_TARGET_H 23 - 24 - bool __dbg_dvfs_dptc(void); 25 - 26 - #endif /* DEBUG_TARGET_H */
firmware/target/arm/pnx0101/debug-target.h

This is a binary file and will not be displayed.

firmware/target/arm/pp/debug-target.h

This is a binary file and will not be displayed.

firmware/target/arm/rk27xx/debug-target.h

This is a binary file and will not be displayed.

firmware/target/arm/s3c2440/debug-target.h

This is a binary file and will not be displayed.

firmware/target/arm/s5l8700/debug-target.h

This is a binary file and will not be displayed.

firmware/target/arm/s5l8702/debug-target.h

This is a binary file and will not be displayed.

firmware/target/arm/tcc77x/debug-target.h

This is a binary file and will not be displayed.

-1
firmware/target/arm/tcc77x/debug-tcc77x.c
··· 28 28 #include "button.h" 29 29 #include "lcd.h" 30 30 #include "font.h" 31 - #include "debug-target.h" 32 31 #include "adc.h" 33 32 34 33 bool dbg_ports(void)
firmware/target/arm/tcc780x/debug-target.h

This is a binary file and will not be displayed.

-1
firmware/target/arm/tcc780x/debug-tcc780x.c
··· 28 28 #include "button.h" 29 29 #include "lcd.h" 30 30 #include "font.h" 31 - #include "debug-target.h" 32 31 #include "adc.h" 33 32 34 33 /* IRQ status registers of debug interest only */
-1
firmware/target/arm/tms320dm320/debug-dm320.c
··· 28 28 #include "button.h" 29 29 #include "lcd.h" 30 30 #include "debug.h" 31 - #include "debug-target.h" 32 31 #include "font.h" 33 32 #include "lcd-target.h" 34 33
firmware/target/arm/tms320dm320/debug-target.h

This is a binary file and will not be displayed.

firmware/target/coldfire/debug-target.h

This is a binary file and will not be displayed.

-1
firmware/target/mips/ingenic_jz47xx/debug-jz4740.c
··· 22 22 #include "config.h" 23 23 #include "system.h" 24 24 #include "jz4740.h" 25 - #include "debug-target.h" 26 25 #include <stdarg.h> 27 26 #include <stdio.h> 28 27 #include "lcd.h"
firmware/target/mips/ingenic_jz47xx/debug-target.h

This is a binary file and will not be displayed.

firmware/target/sh/debug-target.h

This is a binary file and will not be displayed.