Skip to content

Commit 3ee5f86

Browse files
committed
mbed lib revision - 99
build release - 2 platforms addition - disco l053c8 and maxwsnenv
1 parent d595ee7 commit 3ee5f86

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

libraries/mbed/api/mbed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef MBED_H
1717
#define MBED_H
1818

19-
#define MBED_LIBRARY_VERSION 98
19+
#define MBED_LIBRARY_VERSION 99
2020

2121
#include "platform.h"
2222

workspace_tools/build_release.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
('NUCLEO_L152RE', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
7272
('MTS_MDOT_F405RG', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
7373
('MTS_MDOT_F411RE', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
74+
('DISCO_L053C8', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
7475

7576
('ARCH_MAX', ('ARM', 'GCC_ARM')),
7677

@@ -94,6 +95,8 @@
9495
('EFM32LG_STK3600', ('ARM', 'GCC_ARM', 'uARM')),
9596
('EFM32GG_STK3700', ('ARM', 'GCC_ARM', 'uARM')),
9697
('EFM32WG_STK3800', ('ARM', 'GCC_ARM', 'uARM')),
98+
99+
('MAXWSNENV', ('ARM', 'GCC_ARM', 'IAR')),
97100
)
98101

99102

0 commit comments

Comments
 (0)