mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Revision:
609:f2ee788e32e7
Parent:
569:18c5cf67e74d
--- a/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_NZ32SC151/stm32l1xx.h	Fri Aug 14 08:45:08 2015 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_NZ32SC151/stm32l1xx.h	Fri Aug 14 12:45:09 2015 +0100
@@ -64,19 +64,19 @@
   * @{
   */
 
- //MODTRONIX specific, provide place for adding global define. Alternative to adding them in IDE project properties.
- //Add project defines here, or add them to your toolchain compiler preprocessor
-#if !defined  (HSE_VALUE)
-#define HSE_VALUE    ((uint32_t)16000000) 	/*!< Value of the External oscillator in Hz */
+
+//MODTRONIX BEGIN - HAL Defines ///////////////////////////////////////////////
+//Provide place for adding HAL defines. Alternative to adding them in IDE project properties.
+//Add project defines here, or add them to your toolchain compiler preprocessor
+
+//Defines what ports to use for default serial port.
+//0 = B10/B11
+//1 = A2/A3
+#if !defined  (MX_DEFAULT_SERIAL_PINS)
+#define MX_DEFAULT_SERIAL_PINS   0          /*!< Use B10/B11 for default serial port, in stead of A2/A3 */
 #endif
 
- //Defines what ports to use for default serial port.
- //0 = B10/B11
- //1 = A2/A3
-#if !defined  (MX_DEFAULT_SERIAL_PINS)
-#define MX_DEFAULT_SERIAL_PINS   0         /*!< Use B10/B11 for default serial port, in stead of A2/A3 */
-#endif
-
+//MODTRONIX END ///////////////////////////////////////////////////////////////
 
 /* Uncomment the line below according to the target STM32L device used in your 
    application