edgeless-project / edgeless

MVP Implementation
Other
16 stars 1 forks source link

Repo restructuring: move functions from examples into a dedicated directory #175

Closed ccicconetti closed 3 months ago

ccicconetti commented 3 months ago

I also created a convenience script scripts/functions_build.sh to build all the functions and enforced the consistency of function naming.

The last bit has been a major effort.

I checked that all the examples work with scripts/run_all_examples.sh (which, however, does not run the ESP32 and DDA demos) and did my best to update all the README.md files in examples/, but it is possible that I missed something.

I hope this change makes the repo structure much more intuitive, especially for newcomers.

@SaurabhVatsa: I also made necessary changes to the examples/dda_demo, can you please check that?

@raphaelhetzel: same for the ESP32, where changes are only minor, though. Note I kept the original name esp_test_fun to avoid conflicts.

SaurabhVatsa commented 3 months ago

@ccicconetti dda_demo has been tested and works fine. Thanks :)