mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 23:44:48 +08:00
fix huge .bin file outputs
This commit is contained in:
@@ -134,9 +134,10 @@ SECTIONS
|
||||
*
|
||||
* IMPORTANT NOTE!
|
||||
* If initialized variables will be placed in this section,
|
||||
* the startup code needs to be modified to copy the init-values.
|
||||
* the startup code needs to be modified to copy the init-values.
|
||||
* Oskar: Added NOLOAD to remove this section from .bin outputs
|
||||
*/
|
||||
.ccmram :
|
||||
.ccmram (NOLOAD):
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_sccmram = .; /* create a global symbol at ccmram start */
|
||||
|
||||
Reference in New Issue
Block a user