Skip to content

Commit 890a12a

Browse files
authored
Merge pull request #12655 from rajkan01/ARMC5_remove_platform
Remove ARMC5 reference from Mbed OS platform
2 parents ab483c2 + eb40dbc commit 890a12a

26 files changed

+44
-4095
lines changed

platform/SingletonPtr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ struct SingletonPtr {
196196
}
197197

198198
mutable T *_ptr;
199-
#if __cplusplus >= 201103L && !defined __CC_ARM
200-
// Align data appropriately (ARM Compiler 5 does not support alignas in C++11 mode)
199+
#if __cplusplus >= 201103L
200+
// Align data appropriately
201201
alignas(T) mutable char _data[sizeof(T)];
202202
#else
203203
// Force data to be 8 byte aligned

platform/cxxsupport/TOOLCHAIN_ARMC5/_move.h

Lines changed: 0 additions & 68 deletions
This file was deleted.

platform/cxxsupport/TOOLCHAIN_ARMC5/array

Lines changed: 0 additions & 251 deletions
This file was deleted.

platform/cxxsupport/TOOLCHAIN_ARMC5/atomic

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)