-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: move the listener section in common-rom
Move the input listener section declaration in common-rom-misc.ld instead of using a custom input.ld file. This seems to be the common practice for upstream iterable sections and seems to solve a compatibility issue where the section was getting allocated incorrectly on esp32 based platforms. Signed-off-by: Fabio Baltieri <[email protected]>
- Loading branch information
1 parent
d4ed0d7
commit 9889e8e
Showing
3 changed files
with
4 additions
and
3 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
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 |
---|---|---|
|
@@ -3,5 +3,3 @@ | |
zephyr_library() | ||
|
||
zephyr_library_sources(input.c) | ||
|
||
zephyr_linker_sources(SECTIONS input.ld) |
This file was deleted.
Oops, something went wrong.