-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from vanvught/development
Merged with development branch
- Loading branch information
Showing
653 changed files
with
11,299 additions
and
15,740 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -104,3 +104,7 @@ linux_e131/linux_e131 | |
linux_osc/linux_osc | ||
*/spiflash.bin | ||
*.bin | ||
|
||
lib-nextion | ||
lib-node | ||
|
This file contains 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 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 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* defined in arch/arm/include/asm/assembler.h | ||
* Copyright (C) 1996-2000 Russell King | ||
*/ | ||
/* Copyright (C) 2016-2018 by Arjan van Vught mailto:[email protected] | ||
/* Copyright (C) 2016-2023 by Arjan van Vught mailto:[email protected] | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -144,7 +144,7 @@ reset: | |
#endif | ||
|
||
bl hardware_init | ||
bl notmain | ||
bl main | ||
halt: | ||
wfe | ||
b halt | ||
|
This file contains 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 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 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 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file vector.S | ||
* | ||
*/ | ||
/* Copyright (C) 2018-2020 by Arjan van Vught mailto:[email protected] | ||
/* Copyright (C) 2018-2023 by Arjan van Vught mailto:[email protected] | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -142,14 +142,18 @@ reset: | |
strlo r0, [r1], #4 | ||
blo 4b | ||
|
||
#if defined (DEBUG_STACK) | ||
bl stack_debug_init | ||
#endif | ||
|
||
bl vfp_init | ||
bl mmu_enable | ||
bl hardware_init | ||
#if defined ( NO_EMAC ) | ||
bl emac_shutdown | ||
#endif | ||
|
||
bl notmain | ||
bl main | ||
halt: | ||
wfe | ||
b halt | ||
|
This file contains 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 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 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
Oops, something went wrong.