Minimize mbedos5 target (#4905)

* Removed hardware specific implementations
  * Added simple 'hello world' demo code to be aligned to other targets
  * Added ability to use external resources from outside JerryScript folder

JerryScript-DCO-1.0-Signed-off-by: Roland Takacs roland.takacs@h-lab.eu
This commit is contained in:
Roland Takacs
2021-12-15 12:52:40 +01:00
committed by GitHub
parent d650390e47
commit c51b268276
46 changed files with 248 additions and 2846 deletions
+9
View File
@@ -0,0 +1,9 @@
cmake/*
docs/*
jerry-main/*
jerry-math/*
jerry-port/*
targets/*
tests/*
third-party/*
tools/*