mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 01:37:45 -04:00
Add Full Demo to Qemu mps2 (#481)
* Add Full Demo to Qemu with MPS2 * Increase full demo heap memory * Add Full Demo to Qemu MPS2 * Fix headers * Fix header FreeRTOS version * Remove commented line * Remove commented line * Fix header checker version, and corresponding files * Fix checker version number requirements
This commit is contained in:
parent
398fa1e8a9
commit
208b260f98
10 changed files with 1300 additions and 117 deletions
2
.github/scripts/check-header.py
vendored
2
.github/scripts/check-header.py
vendored
|
@ -369,7 +369,7 @@ FREERTOS_IGNORED_PATTERNS = [
|
|||
|
||||
FREERTOS_HEADER = [
|
||||
'/*\n',
|
||||
' * FreeRTOS V202011.00\n',
|
||||
' * FreeRTOS V202012.00\n',
|
||||
' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
|
||||
' *\n',
|
||||
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue