Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Nucleo F446ZE port to FreeRTOS_apps (#11)
* added nucleo_extension base files WIP * fixed list of objects in build * Ping Pong Example Compiles * Debugging Support, WIP, connecting but not ping ponging * enabled NVIC on UART3 and added cortex-debug launch file * Working up to line 417 in node.c, deallocate(node_secure_root,...) * added check for null ptr on deallocate * allocate instead of reallocate if ptr is null, temporary fix? * remove debug prints * gitignore update * cleanup unused wip calls * moved FreeRTOS-POSIX to lib dir and transport layer to uros_transport dir * added quick readme to nucleo_f446ze setup * clean gitignore and vscode debug configuration Fix STM32 cube MX project Fix ping_pong app
- Loading branch information