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.
nz32s_default_config.h
- Committer:
- modtronix-com
- Date:
- 2015-10-21
- Revision:
- 13:328bfac0e686
- Parent:
- 3:99cb87ee1792
- Child:
- 15:3fd3c1ce01be
File content as of revision 13:328bfac0e686:
/**
* File: nz32s_default_config.h
*
* Author: Modtronix Engineering - www.modtronix.com
*
* Description:
*
* Software License Agreement:
* This software has been written or modified by Modtronix Engineering. The code
* may be modified and can be used free of charge for commercial and non commercial
* applications. If this is modified software, any license conditions from original
* software also apply. Any redistribution must include reference to 'Modtronix
* Engineering' and web link(www.modtronix.com) in the file header.
*
* THIS SOFTWARE IS PROVIDED IN AN 'AS IS' CONDITION. NO WARRANTIES, WHETHER EXPRESS,
* IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. THE
* COMPANY SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL OR
* CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
*/
#ifndef MODTRONIX_NZ32S_NZ32S_DEFAULT_CONFIG_H_
#define MODTRONIX_NZ32S_NZ32S_DEFAULT_CONFIG_H_
//This file requires a file called "modtronix_config.h" to exist in the project!
//Use this file to override any of the default defines below. Do NOT edit this file!
#if !defined(NO_MODTRONIX_CONFIG)
#include "modtronix_config.h"
#endif
// Copy from here to custom nz32s_defines.h file //////////////////////////////
//Set to 1 to disable A13 and A14 from being used(are SWD serial program/debug ping). Must be done if
//debugging is going to be used. These pins are used by ST-Link for programming debugging, but also used
//for battery level monitoring, and enabling fast battery charge. Setting this define to 0 will disable these
//functions, but will enable programming and debugging via SWD (ST-Link)
#if !defined(DONT_USE_A13_A14)
#define DONT_USE_A13_A14 1
#endif
// End of contents to copy to custom nz32s_defines.h file /////////////////////
#endif /* MODTRONIX_NZ32S_NZ32S_DEFAULT_CONFIG_H_ */