Ryo Hagimoto / Mbed OS RZ_A2M_Mbed_samples_20201012

Dependencies:   mbed-http

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sample_select.h Source File

sample_select.h

00001 /*******************************************************************************
00002 * DISCLAIMER
00003 * This software is supplied by Renesas Electronics Corporation and is only
00004 * intended for use with Renesas products. No other uses are authorized. This
00005 * software is owned by Renesas Electronics Corporation and is protected under
00006 * all applicable laws, including copyright laws.
00007 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING
00008 * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
00009 * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
00010 * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.
00011 * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS
00012 * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE
00013 * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR
00014 * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE
00015 * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
00016 * Renesas reserves the right, without notice, to make changes to this software
00017 * and to discontinue the availability of this software. By using this software,
00018 * you agree to the additional terms and conditions found by accessing the
00019 * following link:
00020 * http://www.renesas.com/disclaimer
00021 *
00022 * Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
00023 *******************************************************************************/
00024 #ifndef SAMPLE_SELECT_H
00025 #define SAMPLE_SELECT_H
00026 
00027 // You can try each sample program by changing the following macro.
00028 #define SAMPLE_PROGRAM_NO  0
00029 
00030 // No.  Program file                   Description
00031 //
00032 //  0 : sample_00_led_rtc_analogin     DigitalOut, InterruptIn, RTC, Timer and AnalogIn sample
00033 //  1 : sample_01_flash_write          FlashAPI sample
00034 //  2 : sample_02_ssif_loop_back       SSIF loop back sample
00035 //  4 : sample_04_ssif_wav_playback    SSIF wav playback sample (use USB memory or SD card)
00036 //  7 : sample_07_usb_func_serial      USBSerial (CDC) sample
00037 //  8 : sample_08_usb_func_mouse       USBMouse sample
00038 //  9 : sample_09_usb_func_keyboard    USBKeyboard sample
00039 // 10 : sample_10_usb_func_midi        USBMIDI sample
00040 // 11 : sample_11_usb_func_audio_1     USBAudio sample
00041 // 12 : sample_12_usb_func_audio_2     USBAudio and SSIF sample
00042 // 13 : sample_13_ether_http           Ether HTTP sample
00043 // 14 : sample_14_ether_https          Ether HTTPS sample
00044 // 15 : sample_15_ceu_lcd_pwm          CEU, LCD and PWM sample
00045 // 16 : sample_16_usb_func_msd_1       USBMSD and FlashAPI sample
00046 // 17 : sample_17_usb_func_msd_2       USBMSD and FlashAPI sample advanced version
00047 // 18 : sample_18_mipi_drp_lcd         MIPI, DRP and LCD sample
00048 // 19 : sample_19_mipi_drp_diplayapp   MIPI, DRP and USBSerial (CDC) sample (use "DisplayApp")
00049 // 20 : sample_20_drp_dynamic_loading  DRP Dynamic Loading Sample
00050 // 21 : sample_21_deep_standby_alarm   Deep standby and RTC alarm sample
00051 // 22 : sample_22_hdmi_disp_ssif       HDMI output and SSIF wav playback Sample
00052 // 23 : sample_23_mipi_hdmi            HDMI output and MIPI Sample
00053 
00054 #endif // SAMPLE_SELECT_H