-
Notifications
You must be signed in to change notification settings - Fork 541
Update Segger SysView files to v3.10 #437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
bc94b48
Ignore local board/platform overrides
henrygab 84b65a8
Update SystemView to v3.10
henrygab beb5c1b
Avoid link error from using ASM
henrygab 5ed66d2
Apply FreeRTOSV10_Core.patch
henrygab 1cb51ff
Remove contents when SysView is not enabled.
henrygab 7c990c4
Fix compilation warning.
henrygab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| /********************************************************************* | ||
| * SEGGER Microcontroller GmbH & Co. KG * | ||
| * SEGGER Microcontroller GmbH * | ||
| * The Embedded Experts * | ||
| ********************************************************************** | ||
| * * | ||
| * (c) 2015 - 2017 SEGGER Microcontroller GmbH & Co. KG * | ||
| * (c) 1995 - 2019 SEGGER Microcontroller GmbH * | ||
| * * | ||
| * www.segger.com Support: [email protected] * | ||
| * * | ||
|
|
@@ -17,24 +17,14 @@ | |
| * * | ||
| * SEGGER strongly recommends to not make any changes * | ||
| * to or modify the source code of this software in order to stay * | ||
| * compatible with the RTT protocol and J-Link. * | ||
| * compatible with the SystemView and RTT protocol, and J-Link. * | ||
| * * | ||
| * Redistribution and use in source and binary forms, with or * | ||
| * without modification, are permitted provided that the following * | ||
| * conditions are met: * | ||
| * condition is met: * | ||
| * * | ||
| * o Redistributions of source code must retain the above copyright * | ||
| * notice, this list of conditions and the following disclaimer. * | ||
| * * | ||
| * o Redistributions in binary form must reproduce the above * | ||
| * copyright notice, this list of conditions and the following * | ||
| * disclaimer in the documentation and/or other materials provided * | ||
| * with the distribution. * | ||
| * * | ||
| * o Neither the name of SEGGER Microcontroller GmbH & Co. KG * | ||
| * nor the names of its contributors may be used to endorse or * | ||
| * promote products derived from this software without specific * | ||
| * prior written permission. * | ||
| * notice, this condition and the following disclaimer. * | ||
| * * | ||
| * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND * | ||
| * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, * | ||
|
|
@@ -52,17 +42,10 @@ | |
| * * | ||
| ********************************************************************** | ||
| * * | ||
| * SystemView version: V2.52d * | ||
| * SystemView version: 3.10 * | ||
| * * | ||
| ********************************************************************** | ||
| ---------------------------------------------------------------------- | ||
| File : Global.h | ||
| Purpose : Global types | ||
| In case your application already has a Global.h, you should | ||
| merge the files. In order to use Segger code, the types | ||
| U8, U16, U32, I8, I16, I32 need to be defined in Global.h; | ||
| additional definitions do not hurt. | ||
| ---------------------------END-OF-HEADER------------------------------ | ||
| -------------------------- END-OF-HEADER ----------------------------- | ||
| */ | ||
|
|
||
| #ifndef GLOBAL_H // Guard against multiple inclusion | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.