@mck1117 please have a look at 'simulator' folder
* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
This commit is contained in:
parent
b037a6e0ca
commit
c1cbba4e02
|
@ -34,7 +34,7 @@ endif
|
|||
|
||||
# C++ specific options here (added to USE_OPT).
|
||||
ifeq ($(USE_CPPOPT),)
|
||||
USE_CPPOPT = -std=c++11 -fno-rtti
|
||||
USE_CPPOPT = -std=c++17 -Wno-register -fno-rtti
|
||||
endif
|
||||
|
||||
# Enable this if you want the linker to remove unused code and data.
|
||||
|
|
Loading…
Reference in New Issue