diff --git a/en/firmware/epicardium_api_development.md b/en/firmware/epicardium_api_development.md new file mode 100644 index 0000000000000000000000000000000000000000..f2bfd5dc157579c3b67d673382b61ec6da2382e8 --- /dev/null +++ b/en/firmware/epicardium_api_development.md @@ -0,0 +1,21 @@ +--- +title: Epicardium API Development +--- + +# Epicardium API Development + +## Overview + +The Epicardium API allowsd user code running on core 1 (running the pycardium) to access functionality running on the epicardium (core 0). + +In other words: It allows you to call C code running on the Epicardium from a Python module. + +## API definition + +## API implementation + +## Build System Integration + +## Best Practices + +## Internals