Draft
Conversation
* Create basic FreeRTOS apps * Update linker script to fix dual-core freezing * Rename hello_world starter code to main.c * Include basic blinky code * Create Inter-core communication files * Add FreeRTOS Kernel as Git submodule * Create FreeRTOSConfig.h for FreeRTOS v10.1.1 * Add configUSE_SB_COMPLETED_CALLBACK to freertos_app_cpu0/src/FreeRTOSConfig.h * Update freertos_app_cpu0 files for first draft of ICC * Commit versions of app0 that build, and app1 old files for reference * Update FreeRTOS app0 and app1, both in building state * Convert include paths to workspace-relative paths for both FreeRTOS apps * Add pointer to FreeRTOS-Kernel commit 18ed888 (v10.6.2) in .gitmodules * Update linker script and main() to include FreeRTOS asm vectors * Create clang-format scripts that target FreeRTOS apps * Apply clang-format to FreeRTOS apps * Move sys and drv code to new shared folder, update sdk project refs * Delete outdated README * Resolve warning in cpu1 main.c * Update README in sdk folder * Add missing links in sdk/README * Bring updates from "unstable" FreeRTOS branch into stable branch * Address PR feedback * Update header comment in linker script
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a staging ground for all FreeRTOS code.