OVMS3-idf/examples/get-started/hello_world
He Yin Ling 164e8ba21f test: support loadable elf test cases:
loadable elf example is different for 2 reasons:

1. loadable elf binary don't have flasher_args.json, so we can't use normal
to get from CI artifacts
2. it don't have binary and don't need to downloaded binary to DUT. Some
related functions can be ignored
2019-12-08 20:32:11 +08:00
..
main Hello world example: Print ESP32-S2 Beta for esp32s2beta target 2019-09-20 17:07:34 +10:00
.gdbinit.ci Support ELF files loadable with gdb 2019-09-24 07:19:50 +00:00
CMakeLists.txt examples: generic cmake support examples 2018-11-27 13:59:26 +08:00
loadable_elf_example_test.py test: support loadable elf test cases: 2019-12-08 20:32:11 +08:00
Makefile Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
README.md Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
sdkconfig.ci examples: fix sdkconfig warnings 2019-11-21 15:36:06 +01:00

Hello World Example

Starts a FreeRTOS task to print "Hello World"

See the README.md file in the upper level 'examples' directory for more information about examples.