Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contributing the STM32 port (apache#7742)
* Contribute apps/stm32 application. * Removed a useless file. * STM32: Use Model Library Format in demo. Added test. * STM32: Added quantized mnist test. * STM32: Fixed apps/stm32/Makefile. * STM32: Added quantized models test. * STM32: Added tests to tests/scripts/task_python_microtvm.sh * STM32: Listed specific files with lint. * STM32: removed external copyright notices. * STM32: Added missing ASF copyright notice. * STM32: style fixes. * STM32: more style fixes. * STM32: fixed liny for C files. * STM32: Does extern C help with cpplint. * STM32: Fixed wrong LINT_C_FILE spelling. * STM32: Still some lint fixes. * STM32: more style. * STM32: More fixes lint+formatting. * STM32: cleanup. * STM32: style cleanup. * STM32: Moved ai_runner to the apps/stm32. * Alignment with PR 7742 * lint cleanup. * STM32: Use crt_backend_api.c with standalone build. * STM32: Fixed the CI test. * STM32: style fixes. * STM32: Removed unused files. * STM32: Moved to crt_backend_api * STM32: style fix. * STM32: style fix. * Revert "STM32: Removed unused files." This reverts commit d72f8e5. Undo changes to c_backend_api/c_runtime_api. * Revert "STM32: Moved to crt_backend_api" This reverts commit 6c0e666. Undo changes to the c_backend-api/c_runtime_api. * stm32: aligned to micro TVM structure. * stm32: improved the python style. * stm32: cpplint fixes. * stm32: Fixed the test * stm32: style fixes. * stm32: style fixes. * stm32: style fixes. * stm32: style fixes.
- Loading branch information