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
+1 -1
View File
@@ -255,7 +255,7 @@ jobs:
python-version: '3.8' # needed due to 'intelhex' module
- run: sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
- run: sudo apt update
- run: sudo apt install gcc-arm-embedded python3-setuptools
- run: sudo apt install gcc-arm-embedded python3-setuptools mercurial
- run: make -f ./targets/os/mbedos5/Makefile.travis install
- run: make -f ./targets/os/mbedos5/Makefile.travis script