[core] Move platform/ files to cores/

This commit is contained in:
Kuba Szczodrzyński
2023-02-25 15:24:04 +01:00
parent 3407891e9c
commit f1ecb312c7
68 changed files with 0 additions and 20 deletions

View File

@@ -1,2 +0,0 @@
DisableFormat: true
SortIncludes: Never

View File

@@ -1,17 +0,0 @@
/* Copyright (c) Kuba Szczodrzyński 2022-04-23. */
/* WCharacter.h uses deprecated isascii() and toascii(),
which are available in gnu++11 but not c++11 */
#include <cstddef>
#ifdef __STRICT_ANSI__
inline bool isascii(int c) {
return ((c & ~0x7f) != 0 ? false : true);
}
inline bool toascii(int c) {
return (c & 0x7f);
}
#endif

View File

@@ -1 +0,0 @@
boot_all_77F7.bin tysdk_for_rtl8710bn