Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
vortexmakes
/
RKH
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
61
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Create freertos port
- #13
#13
Open
leanfrancucci
wants to merge 32 commits into
develop
vortexmakes/RKH:develop
from
issue-freertos-port
vortexmakes/RKH:issue-freertos-port
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Open
Create freertos port
#13
leanfrancucci
wants to merge 32 commits into
develop
vortexmakes/RKH:develop
from
issue-freertos-port
vortexmakes/RKH:issue-freertos-port
Copy head branch name to clipboard
Commits
Commits on Jun 10, 2020
Added freertos as submodule
leanfrancucci
committed
9a1dba1
View commit details
Copy full SHA for 9a1dba1
Browse repository at this point
Added initial port files
Show description for 14e42a3
cmancon
committed
14e42a3
View commit details
Copy full SHA for 14e42a3
Browse repository at this point
Commits on Jun 11, 2020
Corrected erroneous relative location for platform specific files
cmancon
committed
864da1e
View commit details
Copy full SHA for 864da1e
Browse repository at this point
Created a shell of a project to validate the port.
cmancon
committed
d000da9
View commit details
Copy full SHA for d000da9
Browse repository at this point
Added bsp related files to demo project
cmancon
committed
2789770
View commit details
Copy full SHA for 2789770
Browse repository at this point
Included bsp specific files and functions.
cmancon
committed
f2b90a0
View commit details
Copy full SHA for f2b90a0
Browse repository at this point
Commits on Jun 13, 2020
Removed some unneeded hardware initialisation
cmancon
committed
c6a37ed
View commit details
Copy full SHA for c6a37ed
Browse repository at this point
Included optional info to improve FreeRTOS debug experience
cmancon
committed
ba5482f
View commit details
Copy full SHA for ba5482f
Browse repository at this point
Redefinition of startupTask to remove double trace openning
cmancon
committed
4b51627
View commit details
Copy full SHA for 4b51627
Browse repository at this point
Manipulations to get an stable and working demo on CIAA-NXP
cmancon
committed
9b413bf
View commit details
Copy full SHA for 9b413bf
Browse repository at this point
Commits on Jun 18, 2020
Modified fwk initialisation and FreeRTOS' Scheduler starting point
Show description for 45c1128
cmancon
committed
45c1128
View commit details
Copy full SHA for 45c1128
Browse repository at this point
Commits on Jun 28, 2020
Minor changes as discussed in PR#13
cmancon
committed
6386d61
View commit details
Copy full SHA for 6386d61
Browse repository at this point
Improved BSP layer
Show description for e6acc27
cmancon
committed
e6acc27
View commit details
Copy full SHA for e6acc27
Browse repository at this point
Commits on Jun 29, 2020
Fixed some absolute paths in MCUXpresso project
cmancon
committed
ac822d4
View commit details
Copy full SHA for ac822d4
Browse repository at this point
Added OpenOCD config file
cmancon
committed
5267b74
View commit details
Copy full SHA for 5267b74
Browse repository at this point
Improved Debug configurations
Show description for 3c5c058
cmancon
committed
3c5c058
View commit details
Copy full SHA for 3c5c058
Browse repository at this point
Commits on Jul 7, 2020
Untracked 'settings' folder from mcuxpresso project folder
cmancon
committed
5fadac2
View commit details
Copy full SHA for 5fadac2
Browse repository at this point
Commits on Jul 26, 2020
Tidied FreeRTOSConfig file and included helper function to check heap
cmancon
committed
6cdfff2
View commit details
Copy full SHA for 6cdfff2
Browse repository at this point
Added Pause function using TECs or DINs depending on the board used
Show description for 048c176
cmancon
committed
048c176
View commit details
Copy full SHA for 048c176
Browse repository at this point
Commits on Jul 28, 2020
Modified conditional compilation with environment variable
Show description for b56ed3b
cmancon
committed
b56ed3b
View commit details
Copy full SHA for b56ed3b
Browse repository at this point
Updated Debug Configurations to make explicit use of both platforms
Show description for def2bc0
cmancon
committed
def2bc0
View commit details
Copy full SHA for def2bc0
Browse repository at this point
Commits on Jul 30, 2020
fix freertos submodule link
dariosb
committed
acfbe03
View commit details
Copy full SHA for acfbe03
Browse repository at this point
Adds BOARD definition to project file
dariosb
committed
c523e12
View commit details
Copy full SHA for c523e12
Browse repository at this point
Solve environment variable definition
dariosb
committed
040c1ef
View commit details
Copy full SHA for 040c1ef
Browse repository at this point
Deleted FreeRTOS (general repository) submodule
cmancon
committed
9eb5151
View commit details
Copy full SHA for 9eb5151
Browse repository at this point
Included FreeRTOS kernel-only repository as a submodule
Show description for cb6305a
cmancon
committed
cb6305a
View commit details
Copy full SHA for cb6305a
Browse repository at this point
Commits on Aug 31, 2020
Moved bsp_timeTick() implementation out of conditional compilation block
Show description for 040e7ba
cmancon
committed
040e7ba
View commit details
Copy full SHA for 040e7ba
Browse repository at this point
Commits on Sep 18, 2020
Merge pull request #14 from vortexmakes/issue-freertos-submodule
Show description for ed6a9c7
cmancon
authored
ed6a9c7
View commit details
Copy full SHA for ed6a9c7
Browse repository at this point
Update .travis.yml
cmancon
authored
8eb1265
View commit details
Copy full SHA for 8eb1265
Browse repository at this point
Update .travis.yml
cmancon
authored
35d7ffe
View commit details
Copy full SHA for 35d7ffe
Browse repository at this point
Commits on Sep 20, 2020
Update .travis.yml
cmancon
authored
4af13ed
View commit details
Copy full SHA for 4af13ed
Browse repository at this point
First iteration on the Shared demo Readme
cmancon
committed
c8ae4f2
View commit details
Copy full SHA for c8ae4f2
Browse repository at this point
You can’t perform that action at this time.