wolfssl_platformio.code-workspace 394 B

12345678910111213141516171819202122
  1. {
  2. "folders": [
  3. {
  4. "name": "wolfsl_test",
  5. "path": "wolfsl_test"
  6. },
  7. {
  8. "name": "wolfsl_benchmark",
  9. "path": "wolfsl_benchmark"
  10. }
  11. ],
  12. "settings": {
  13. "files.associations": {
  14. "version.h": "c",
  15. "types.h": "c",
  16. "settings.h": "c",
  17. "freertos.h": "c",
  18. "esp32-crypt.h": "c",
  19. "esp_log.h": "c"
  20. }
  21. }
  22. }