Commit 034c6f5
committed
Added functionality for creating a task structure
Added code describing the structure of the task image (plus headers and a draft of the sch_assertion notification system). Also, in the example on the STM32, the current interface for creating the structure of an executable procedure is considered (adding priority, IRQ, handler function (writing the initialization function, that is, automatic initialization of the task, is postponed for the future))1 parent a0471b1 commit 034c6f5
6,974 files changed
Lines changed: 426 additions & 511 deletions
File tree
- .vscode
- doc
- examples
- stm32_f4x
- app/src
- build
- config
- platform/linker
- stm32f4x
- app
- inc
- src
- config
- platform/cmsis/CMSIS
- Core_A
- Include
- Source
- Core
- Include
- Template/ARMv8-M
- DAP/Firmware
- Config
- Include
- Source
- DSP
- ComputeLibrary
- Include
- Source
- Examples/ARM
- arm_bayes_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_class_marks_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_convolution_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_dotproduct_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_fft_bin_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_fir_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_graphic_equalizer_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_linear_interp_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_matrix_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_signal_converge_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_sin_cos_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_svm_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- arm_variance_example
- RTE/Device
- ARMCM0
- ARMCM3
- ARMCM4_FP
- ARMCM55
- ARMCM7_SP
- Include
- dsp
- PrivateInclude
- Source
- BasicMathFunctions
- BayesFunctions
- CommonTables
- ComplexMathFunctions
- ControllerFunctions
- DistanceFunctions
- FastMathFunctions
- FilteringFunctions
- InterpolationFunctions
- MatrixFunctions
- QuaternionMathFunctions
- SVMFunctions
- StatisticsFunctions
- SupportFunctions
- TransformFunctions
- Device/ST/STM32F4xx
- Include
- Source/Templates
- arm
- gcc
- iar
- linker
- _htmresc
- Documentation
- Build/html
- search
- Core_A/html
- search
- Core/html
- search
- DAP/html
- search
- DSP/html
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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 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 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
This file was deleted.
Binary file not shown.
Binary file not shown.
0 commit comments