code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/* The standard CSS for doxygen */ body, table, div, p, dl { font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; font-size: 12px; } /* @group Heading Levels */ h1 { font-size: 150%; } h2 { font-size: 120%; } h3 { font-size: 100%; } dt { font-weight: bold; } div.multicol { -moz-column-gap: 1em;...
1137519-player
lib/CMSIS/Documentation/DSP_Lib/html/doxygen.css
CSS
lgpl
10,556
/**************************************************************************//** * @file core_cmInstr.h * @brief CMSIS Cortex-M Core Instruction Access Header File * @version V2.10 * @date 19. July 2011 * * @note * Copyright (C) 2009-2011 ARM Limited. All rights reserved. * * @par * ARM L...
1137519-player
lib/CMSIS/Include/core_cmInstr.h
C
lgpl
16,108
/**************************************************************************//** * @file core_cm3.h * @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File * @version V2.10 * @date 19. July 2011 * * @note * Copyright (C) 2009-2011 ARM Limited. All rights reserved. * * @par * ARM...
1137519-player
lib/CMSIS/Include/core_cm3.h
C
lgpl
69,722
/* ---------------------------------------------------------------------- * Copyright (C) 2010 ARM Limited. All rights reserved. * * $Date: 15. July 2011 * $Revision: V1.0.10 * * Project: CMSIS DSP Library * Title: arm_math.h * * Description: Public header file...
1137519-player
lib/CMSIS/Include/arm_math.h
C
lgpl
240,326
/**************************************************************************//** * @file core_cm4.h * @brief CMSIS Cortex-M4 Core Peripheral Access Layer Header File * @version V2.10 * @date 19. July 2011 * * @note * Copyright (C) 2009-2011 ARM Limited. All rights reserved. * * @par * ARM...
1137519-player
lib/CMSIS/Include/core_cm4.h
C
lgpl
79,283
/**************************************************************************//** * @file core_cm0.h * @brief CMSIS Cortex-M0 Core Peripheral Access Layer Header File * @version V2.10 * @date 19. July 2011 * * @note * Copyright (C) 2009-2011 ARM Limited. All rights reserved. * * @par * ARM...
1137519-player
lib/CMSIS/Include/core_cm0.h
C
lgpl
31,948
/* ---------------------------------------------------------------------- * Copyright (C) 2010 ARM Limited. All rights reserved. * * $Date: 11. November 2010 * $Revision: V1.0.2 * * Project: CMSIS DSP Library * Title: arm_common_tables.h * * Description: This file has extern declara...
1137519-player
lib/CMSIS/Include/arm_common_tables.h
C
lgpl
1,120
/**************************************************************************//** * @file core_cm4_simd.h * @brief CMSIS Cortex-M4 SIMD Header File * @version V2.10 * @date 19. July 2011 * * @note * Copyright (C) 2010-2011 ARM Limited. All rights reserved. * * @par * ARM Limited (ARM) is s...
1137519-player
lib/CMSIS/Include/core_cm4_simd.h
C
lgpl
23,979
/**************************************************************************//** * @file core_cmFunc.h * @brief CMSIS Cortex-M Core Function Access Header File * @version V2.10 * @date 26. July 2011 * * @note * Copyright (C) 2009-2011 ARM Limited. All rights reserved. * * @par * ARM Limit...
1137519-player
lib/CMSIS/Include/core_cmFunc.h
C
lgpl
15,691
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head> <met...
1137519-player
lib/STM32_USB_Device_Library/Release_Notes.html
HTML
lgpl
37,299
/** ****************************************************************************** * @file usbd_cdc_core.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides the high layer firmware functions to manage the * following functionalities...
1137519-player
lib/STM32_USB_Device_Library/Class/cdc/src/usbd_cdc_core.c
C
lgpl
25,820
/** ****************************************************************************** * @file usbd_cdc_if_template.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Generic media access Layer. *********************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/cdc/src/usbd_cdc_if_template.c
C
lgpl
6,301
/** ****************************************************************************** * @file usbd_cdc_core.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header file for the usbd_cdc_core.c file. **************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/cdc/inc/usbd_cdc_core.h
C
lgpl
4,067
/** ****************************************************************************** * @file usbd_cdc_if_template.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Header for dfu_mal.c file. **********************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/cdc/inc/usbd_cdc_if_template.h
C
lgpl
1,902
/** ****************************************************************************** * @file usbd_hid_core.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides the HID core functions. * * @verbatim * * ===================...
1137519-player
lib/STM32_USB_Device_Library/Class/hid/src/usbd_hid_core.c
C
lgpl
12,276
/** ****************************************************************************** * @file usbd_hid_core.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header file for the usbd_hid_core.c file. **************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/hid/inc/usbd_hid_core.h
C
lgpl
2,598
/** ****************************************************************************** * @file usbd_msc_scsi.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides all the USBD SCSI layer functions. **************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/src/usbd_msc_scsi.c
C
lgpl
18,703
/** ****************************************************************************** * @file usbd_msc_data.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides all the vital inquiry pages and sense data. *****************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/src/usbd_msc_data.c
C
lgpl
2,411
/** ****************************************************************************** * @file usbd_msc_bot.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides all the BOT protocol core functions. *************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/src/usbd_msc_bot.c
C
lgpl
9,552
/** ****************************************************************************** * @file usbd_storage_template.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Memory management layer ************************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/src/usbd_storage_template.c
C
lgpl
6,383
/** ****************************************************************************** * @file usbd_msc_core.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides all the MSC core functions. * * @verbatim * * ===============...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/src/usbd_msc_core.c
C
lgpl
12,932
/** ****************************************************************************** * @file usbd_msc_core.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header for the usbd_msc_core.c file ********************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_core.h
C
lgpl
2,002
/** ****************************************************************************** * @file usbd_msc_scsi.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header for the usbd_msc_scsi.c file ********************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_scsi.h
C
lgpl
6,172
/** ****************************************************************************** * @file usbd_msc_mem.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header for the STORAGE DISK file file *******************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_mem.h
C
lgpl
2,561
/** ****************************************************************************** * @file usbd_msc_data.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header for the usbd_msc_data.c file ********************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_data.h
C
lgpl
2,273
/** ****************************************************************************** * @file usbd_msc_bot.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header for the usbd_msc_bot.c file **********************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_bot.h
C
lgpl
4,021
/** ****************************************************************************** * @file usbd_dfu_mal.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Generic media access Layer. *****************************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/src/usbd_dfu_mal.c
C
lgpl
7,512
/** ****************************************************************************** * @file usbd_dfu_core.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides the high layer firmware functions to manage the * following functionalities...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/src/usbd_dfu_core.c
C
lgpl
31,767
/** ****************************************************************************** * @file usbd_otp_if.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Specific media access Layer for OTP (One Time Programming) memory. ***************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/src/usbd_otp_if.c
C
lgpl
3,934
/** ****************************************************************************** * @file usbd_mem_if_template.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Specific media access Layer for a template memory. This file is provided as template ...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/src/usbd_mem_if_template.c
C
lgpl
4,219
/** ****************************************************************************** * @file usbd_flash_if.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Specific media access Layer for internal flash. ********************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/src/usbd_flash_if.c
C
lgpl
6,297
/** ****************************************************************************** * @file usbd_dfu_mal.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Header for usbd_dfu_mal.c file. *************************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/inc/usbd_dfu_mal.h
C
lgpl
3,331
/** ****************************************************************************** * @file usbd_dfu_core.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header file for the usbd_dfu_core.c file. **************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/inc/usbd_dfu_core.h
C
lgpl
5,924
/** ****************************************************************************** * @file usbd_mem_if_template.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Header for usbd_mem_if_template.c file. *********************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/inc/usbd_mem_if_template.h
C
lgpl
2,070
/** ****************************************************************************** * @file usbd_otp_if.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Header for usbd_otp_if.c file. ***************************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/inc/usbd_otp_if.h
C
lgpl
1,941
/** ****************************************************************************** * @file usbd_flash_if.h * @author MCD Application Team * @version V1.0.0RC1 * @date 18-March-2011 * @brief Header for usbd_flash_if.c file. *******************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/dfu/inc/usbd_flash_if.h
C
lgpl
2,173
/** ****************************************************************************** * @file usbd_audio_core.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides the high layer firmware functions to manage the * following functionaliti...
1137519-player
lib/STM32_USB_Device_Library/Class/audio/src/usbd_audio_core.c
C
lgpl
23,865
/** ****************************************************************************** * @file usbd_audio_out_if.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides the Audio Out (palyback) interface API. *****************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/audio/src/usbd_audio_out_if.c
C
lgpl
7,905
/** ****************************************************************************** * @file usbd_audio_out_if.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header file for the usbd_audio_out_if.c file. ******************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/audio/inc/usbd_audio_out_if.h
C
lgpl
2,782
/** ****************************************************************************** * @file usbd_audio_core.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header file for the usbd_audio_core.c file. **********************************************************...
1137519-player
lib/STM32_USB_Device_Library/Class/audio/inc/usbd_audio_core.h
C
lgpl
5,094
/** ****************************************************************************** * @file usbd_req.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides the standard USB requests following chapter 9. *****************************************...
1137519-player
lib/STM32_USB_Device_Library/Core/src/usbd_req.c
C
lgpl
20,755
/** ****************************************************************************** * @file usbd_ioreq.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides the IO requests APIs for control endpoints. ********************************************...
1137519-player
lib/STM32_USB_Device_Library/Core/src/usbd_ioreq.c
C
lgpl
5,617
/** ****************************************************************************** * @file usbd_core.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief This file provides all the USBD core functions. ***********************************************************...
1137519-player
lib/STM32_USB_Device_Library/Core/src/usbd_core.c
C
lgpl
11,329
/** ****************************************************************************** * @file usbd_conf_template.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief usb device configuration template file ************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Core/inc/usbd_conf_template.h
C
lgpl
1,916
/** ****************************************************************************** * @file usbd_usr.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Header file for usbd_usr.c ****************************************************************************** ...
1137519-player
lib/STM32_USB_Device_Library/Core/inc/usbd_usr.h
C
lgpl
3,080
/** ****************************************************************************** * @file usbd_core.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Header file for usbd_core.c ****************************************************************************** ...
1137519-player
lib/STM32_USB_Device_Library/Core/inc/usbd_core.h
C
lgpl
2,550
/** ****************************************************************************** * @file usbd_ioreq.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header file for the usbd_ioreq.c file *********************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Core/inc/usbd_ioreq.h
C
lgpl
2,944
/** ****************************************************************************** * @file usbd_req.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief header file for the usbd_req.c file *************************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Core/inc/usbd_req.h
C
lgpl
2,536
/** ****************************************************************************** * @file usbd_def.h * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief general defines for the usb device library *****************************************************************...
1137519-player
lib/STM32_USB_Device_Library/Core/inc/usbd_def.h
C
lgpl
4,951
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head> <met...
1137519-player
lib/STM32_USB_HOST_Library/Release_Notes.html
HTML
lgpl
39,097
/** ****************************************************************************** * @file usbh_msc_core.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file implements the MSC class driver functions * =========================================...
1137519-player
lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_core.c
C
lgpl
16,260
/** ****************************************************************************** * @file usbh_msc_scsi.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file implements the SCSI commands ****************************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_scsi.c
C
lgpl
21,020
#include "usb_conf.h" #include "diskio.h" #include "usbh_msc_core.h" /*-------------------------------------------------------------------------- Module Private Functions and Variables ---------------------------------------------------------------------------*/ static volatile DSTATUS Stat = STA_NOINIT; ...
1137519-player
lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_fatfs.c
C
lgpl
5,006
/** ****************************************************************************** * @file usbh_msc_bot.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file includes the mass storage related functions **************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_bot.c
C
lgpl
19,057
/** ****************************************************************************** * @file usbh_msc_scsi.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief Header file for usbh_msc_scsi.c ************************************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Class/MSC/inc/usbh_msc_scsi.h
C
lgpl
3,940
/** ****************************************************************************** * @file usbh_msc_bot.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief Header file for usbh_msc_bot.c **************************************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Class/MSC/inc/usbh_msc_bot.h
C
lgpl
5,689
/** ****************************************************************************** * @file usbh_msc_core.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file contains all the prototypes for the usbh_msc_core.c ******************************************...
1137519-player
lib/STM32_USB_HOST_Library/Class/MSC/inc/usbh_msc_core.h
C
lgpl
2,966
/** ****************************************************************************** * @file usbh_hid_mouse.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file is the application layer for USB Host HID Mouse Handling. ****************...
1137519-player
lib/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_mouse.c
C
lgpl
3,216
/** ****************************************************************************** * @file usbh_hid_core.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file is the HID Layer Handlers for USB Host HID class. * * @verbatim * * ==...
1137519-player
lib/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_core.c
C
lgpl
19,103
/** ****************************************************************************** * @file usbh_hid_keybd.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file is the application layer for USB Host HID Keyboard handling * QWERTY and AZERTY Key...
1137519-player
lib/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_keybd.c
C
lgpl
10,787
/** ****************************************************************************** * @file usbh_hid_mouse.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file contains all the prototypes for the usbh_hid_mouse.c ***************************************...
1137519-player
lib/STM32_USB_HOST_Library/Class/HID/inc/usbh_hid_mouse.h
C
lgpl
2,549
/** ****************************************************************************** * @file usbh_hid_keybd.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file contains all the prototypes for the usbh_hid_keybd.c ****************************************...
1137519-player
lib/STM32_USB_HOST_Library/Class/HID/inc/usbh_hid_keybd.h
C
lgpl
2,915
/** ****************************************************************************** * @file usbh_hid_core.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file contains all the prototypes for the usbh_hid_core.c ******************************************...
1137519-player
lib/STM32_USB_HOST_Library/Class/HID/inc/usbh_hid_core.h
C
lgpl
4,715
/** ****************************************************************************** * @file usbh_core.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file implements the functions for the core state machine process * the enumeration and the co...
1137519-player
lib/STM32_USB_HOST_Library/Core/src/usbh_core.c
C
lgpl
23,292
/** ****************************************************************************** * @file usbh_ioreq.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file handles the issuing of the USB transactions ***************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Core/src/usbh_ioreq.c
C
lgpl
11,154
/** ****************************************************************************** * @file usbh_hcs.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file implements functions for opening and closing host channels ****************************************...
1137519-player
lib/STM32_USB_HOST_Library/Core/src/usbh_hcs.c
C
lgpl
5,860
/** ****************************************************************************** * @file usbh_stdreq.c * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief This file implements the standard requests for device enumeration ***************************************...
1137519-player
lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c
C
lgpl
18,436
/** ****************************************************************************** * @file usbh_conf_template * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief General USB Host library configuration **************************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Core/inc/usbh_conf_template.h
C
lgpl
2,173
/** ****************************************************************************** * @file usbh_stdreq.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief Header file for usbh_stdreq.c ****************************************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Core/inc/usbh_stdreq.h
C
lgpl
4,174
/** ****************************************************************************** * @file usbh_hcs.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief Header file for usbh_hcs.c ****************************************************************************** ...
1137519-player
lib/STM32_USB_HOST_Library/Core/inc/usbh_hcs.h
C
lgpl
2,940
/** ****************************************************************************** * @file usbh_ioreq.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief Header file for usbh_ioreq.c ******************************************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Core/inc/usbh_ioreq.h
C
lgpl
3,873
/** ****************************************************************************** * @file usbh_core.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief Header file for usbh_core.c ****************************************************************************** ...
1137519-player
lib/STM32_USB_HOST_Library/Core/inc/usbh_core.h
C
lgpl
7,440
/** ****************************************************************************** * @file usbh_def.h * @author MCD Application Team * @version V2.0.0 * @date 22-July-2011 * @brief Definitions used in the USB host library ********************************************************************...
1137519-player
lib/STM32_USB_HOST_Library/Core/inc/usbh_def.h
C
lgpl
11,228
/* * sd.c * * Created on: 2011/02/22 * Author: masayuki */ #include "sd.h" //#include "lcd.h" #include "usart.h" #include "fat.h" #include "delay.h" #include <stdio.h> #include <string.h> #include "settings.h" //#define SD_DEBUG //#define SDIO_DMA_ENABLE 1 volatile card_info_typedef cardInfo; void EXT...
1137519-player
sd.c
C
lgpl
28,656
/* * aac.h * * Created on: 2012/03/27 * Author: Tonsuke */ #ifndef AAC_H_ #define AAC_H_ #include "stm32f4xx_conf.h" #include "mjpeg.h" typedef struct media_info_typedef { media_sound sound; sound_format format; esds_format bitrate; } media_info_typedef; extern int PlayAAC(int id); #endif /* AAC_H_ *...
1137519-player
aac.h
C
lgpl
322
/* * mpool.h * * Created on: 2011/05/14 * Author: Tonsuke */ #ifndef MPOOL_H_ #define MPOOL_H_ #include "stm32f4xx_conf.h" #include "fat.h" #define CCM_BASE ((uint32_t)(0x10000000)) /* Core Coupled Memory Base Address 64KB */ volatile struct { uint32_t mem_seek; }mpool_struct; uint8_t mempool[38000]; ...
1137519-player
mpool.h
C
lgpl
515
/* * board_config.h * * Created on: 2013/02/07 * Author: Tonsuke */ #ifndef BOARD_CONFIG_H_ #define BOARD_CONFIG_H_ #include "stm32f4xx_conf.h" #define FLASH_SECTOR_1_OFFSET (0x4000) #define FLASH_SECOTR_1_ADDR (FLASH_BASE + FLASH_SECTOR_1_OFFSET) #define FLASH_SECTOR_1_SIZE (16384) #define FLASH_SETTING...
1137519-player
board_config.h
C
lgpl
3,980
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/tech/FeliCa.java
Java
gpl3
17,665
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/tech/Iso7816.java
Java
gpl3
17,186
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/NfcManager.java
Java
gpl3
3,962
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/Util.java
Java
gpl3
3,331
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/bean/Card.java
Java
gpl3
1,566
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/bean/Application.java
Java
gpl3
1,535
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/bean/HtmlFormatter.java
Java
gpl3
5,113
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/ReaderManager.java
Java
gpl3
2,214
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/ReaderListener.java
Java
gpl3
809
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/pboc/StandardPboc.java
Java
gpl3
7,673
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/pboc/WuhanTong.java
Java
gpl3
3,445
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/pboc/ShenzhenTong.java
Java
gpl3
864
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/pboc/CityUnion.java
Java
gpl3
2,232
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/pboc/Quickpass.java
Java
gpl3
12,953
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/pboc/BeijingMunicipal.java
Java
gpl3
3,469
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/nfc/reader/FelicaReader.java
Java
gpl3
3,192
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/ThisApplication.java
Java
gpl3
2,479
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/ui/AboutPage.java
Java
gpl3
1,750
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/ui/Toolbar.java
Java
gpl3
2,488
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/ui/SpanFormatter.java
Java
gpl3
8,905
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/ui/NfcPage.java
Java
gpl3
2,981
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/ui/MainPage.java
Java
gpl3
1,798
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
0antwei-nfcreader
src/com/sinpo/xnfc/SPEC.java
Java
gpl3
3,101