The purpose of this application is to allow easy manipulation of the QSPI file system from a PC (**NOTE**: Application doesn't work with update to mbed OS 5 since USB Device support is currently not available for LPC4088)

Dependencies:   DMBasicGUI DMSupport

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dm_board_config.h Source File

dm_board_config.h

00001 /*
00002  *  Copyright 2014 Embedded Artists AB
00003  *
00004  *  Licensed under the Apache License, Version 2.0 (the "License");
00005  *  you may not use this file except in compliance with the License.
00006  *  You may obtain a copy of the License at
00007  *
00008  *    http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  *  Unless required by applicable law or agreed to in writing, software
00011  *  distributed under the License is distributed on an "AS IS" BASIS,
00012  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  *  See the License for the specific language governing permissions and
00014  *  limitations under the License.
00015  */
00016 
00017 #ifndef DM_BOARD_CONFIG_H
00018 #define DM_BOARD_CONFIG_H
00019 
00020 // Template to use for the project-specific settings. Copy this file to your project,
00021 // rename it to dm_board_config.h and uncomment the wanted features below:
00022 
00023 #define DM_BOARD_USE_USB_DEVICE
00024 // #define DM_BOARD_USE_USB_HOST
00025 // #define DM_BOARD_USE_MCI_FS
00026 #define DM_BOARD_USE_QSPI_FS
00027 // #define DM_BOARD_USE_QSPI
00028 #define DM_BOARD_USE_DISPLAY
00029 // #define DM_BOARD_USE_TOUCH
00030 // #define DM_BOARD_USE_ETHERNET
00031 #define DM_BOARD_USE_FAST_UART
00032 // #define DM_BOARD_USE_USBSERIAL_IN_RTOSLOG
00033 // #define DM_BOARD_DISABLE_STANDARD_PRINTF
00034 // #define DM_BOARD_ENABLE_MEASSURING_PINS
00035 // #define DM_BOARD_USE_REGISTRY
00036 
00037 #endif