Commit 5eb402a
committed
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 app1 parent 26ed5e2 commit 5eb402a
1,095 files changed
Lines changed: 987713 additions & 0 deletions
File tree
- microros_nucleo_f446ze_extensions
- .vscode
- Drivers
- CMSIS
- Core_A
- Include
- Source
- Core
- Include
- Template/ARMv8-M
- DSP
- DSP_Lib_TestSuite
- Common
- JTest
- inc
- arr_desc
- opt_arg
- util
- src
- inc
- basic_math_tests
- complex_math_tests
- controller_tests
- fast_math_tests
- filtering_tests
- intrinsics_tests
- matrix_tests
- statistics_tests
- support_tests
- templates
- transform_tests
- platform
- ARMCC
- ARMCLANG
- GCC
- src
- basic_math_tests
- complex_math_tests
- controller_tests
- fast_math_tests
- filtering_tests
- intrinsics_tests
- matrix_tests
- statistics_tests
- support_tests
- transform_tests
- RefLibs
- inc
- src
- BasicMathFunctions
- ComplexMathFunctions
- ControllerFunctions
- FastMathFunctions
- FilteringFunctions
- HelperFunctions
- Intrinsics
- MatrixFunctions
- StatisticsFunctions
- SupportFunctions
- TransformFunctions
- Examples/ARM
- arm_class_marks_example
- arm_convolution_example
- arm_dotproduct_example
- arm_fft_bin_example
- arm_fir_example
- arm_graphic_equalizer_example
- arm_linear_interp_example
- arm_matrix_example
- arm_signal_converge_example
- arm_sin_cos_example
- arm_variance_example
- Include
- Source
- BasicMathFunctions
- CommonTables
- ComplexMathFunctions
- ControllerFunctions
- FastMathFunctions
- FilteringFunctions
- MatrixFunctions
- StatisticsFunctions
- SupportFunctions
- TransformFunctions
- Device/ST/STM32F4xx
- Include
- Source/Templates
- arm
- gcc
- iar
- linker
- Include
- Lib
- ARM
- GCC
- IAR
- NN
- Examples/ARM/arm_nn_examples
- cifar10
- RTE
- Compiler
- _ARMCM0
- _ARMCM3
- _ARMCM4_FP
- _ARMCM7_SP
- gru
- RTE
- Compiler
- _ARMCM0
- _ARMCM3
- _ARMCM4_FP
- _ARMCM7_SP
- Include
- NN_Lib_Tests/nn_test
- RTE
- _ARMCM0
- _ARMCM3
- _ARMCM4_FP
- _ARMCM7_SP
- Ref_Implementations
- Source
- ActivationFunctions
- ConvolutionFunctions
- FullyConnectedFunctions
- NNSupportFunctions
- PoolingFunctions
- SoftmaxFunctions
- RTOS2
- Include
- Source
- Template
- RTOS/Template
- STM32F4xx_HAL_Driver
- Inc
- Legacy
- Src
- Inc
- Middlewares/Third_Party/FreeRTOS/Source
- CMSIS_RTOS_V2
- CMSIS_RTOS
- include
- portable
- GCC/ARM_CM4F
- MemMang
- Src
- lib
- FreeRTOS-Plus-POSIX
- include
- portable
- empty_portable
- espressif/esp32_devkitc_esp_wrover_kit
- microchip/curiosity_pic32mzef
- nxp/lpc54018iotmodule
- pc/windows
- st/stm32l475_discovery
- ti/cc3220_launchpad
- source
- include
- FreeRTOS_POSIX
- sys
- private
- uros_transport
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments