Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mon_hw_config.h
00001 /* 00002 * mbed Headder file for Hardware Monitor 00003 * 00004 * Copyright (c) 2014 Kenji Arai / JH1PJL 00005 * http://www.page.sannet.ne.jp/kenjia/index.html 00006 * http://mbed.org/users/kenjiArai/ 00007 * Created: June 1st, 2014 00008 * Revised: Nobember 2nd, 2014 00009 * 00010 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 00011 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE 00012 * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 00013 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 00014 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00015 */ 00016 00017 // CPU LPC1768 / mbed LPC1768 00018 // mon_hw_config.h mon_hw_mem.h mon_hw_LPC1768.cpp 00019 00020 // CPU LPC1114 / mbed LPC1114FN28 00021 // mon_hw_config.h mon_hw_mem.h mon_hw_LPC1114.cpp 00022 00023 // CPU STM32L152RE / mbed ST Nucleo L152RE 00024 // CPU STM32F401RE / mbed ST Nucleo F401RE 00025 // CPU STM32F411RE / mbed ST Nucleo F411RE 00026 // mon_hw_config.h mon_hw_mem.h mon_hw_STM32.h mon_hw_STM32.cpp 00027 00028 00029 #ifndef _MON_HW_CONF_H_ 00030 #define _MON_HW_CONF_H_ 00031 00032 // Definition ------------------------------------------------------------------------------------ 00033 // Please select each function for your purpose (selected = set 1) 00034 00035 #define USE_MEM 1 00036 #define USE_PORT 1 00037 #define USE_UART 1 00038 #define USE_SPI 1 00039 #define USE_I2C 1 00040 #define USE_SYS 1 00041 00042 #endif // _MON_HW_CONF_H_
Generated on Thu Jul 14 2022 02:12:15 by
1.7.2