-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add an option to force IDF's default UART clock source #11191
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 36 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
ddc95d9
Add an option to force IDF's default UART clock source
gonzabrusco a990f65
Merge branch 'master' into serial_clk_select
gonzabrusco bb136c8
Merge branch 'master' into serial_clk_select
SuGlider f64ded2
feat(uart): adds function to set clock source
SuGlider 00e9826
Merge branch 'master' into serial_clk_select
SuGlider baced53
feat(uart): add uart clock source selection method
SuGlider 36efd18
feat(uart): add uart hall function to set the uart clock source
SuGlider d860572
feat(uart): add function to set the uart clock source
SuGlider 667dcac
feat(uart): set clock source as necessary
SuGlider 720747f
fix(uart): missing class qualifier declaration
SuGlider e9bf067
fix(uart): fixing a typo and non LP UART SoC clk src setting
SuGlider 858c0c2
fix(uart): variable name, typo error
SuGlider a7c6054
fix(uart): retores previous identation reducing diff load
SuGlider d8526f8
feat(uart): apply CONFIG_ARDUINO_SERIAL_FORCE_IDF_DEFAULT_CLOCK_SOURC…
SuGlider 513d67f
feat(uart): adds option for UART_CLK_SRC_DEFAULT
SuGlider 0fe2b60
feat(uart): adds option for setting default uart clock source from IDF
SuGlider 3264693
feat(uart): documents UART_CLK_SRC_DEFAULT as option in header file
SuGlider 4d7afe8
feat(uart): documents using the IDF default uart clock source
SuGlider 673eff2
fix(uart): type missmatch may cause error
SuGlider 5ed541d
fix(uart): type missmatch may cause error, test for -1
SuGlider 530fcd0
feat(uart): considering both HP and LP default uart clock source
SuGlider 7715d40
feat(uart): improve the defined value for UART_CLK_SRC_DEFAULT
SuGlider 4c6d92c
fix(uart): using uart_sclk_t as hal level parameter
SuGlider 291358d
feat(uart): apply default LP uart clock source
SuGlider 3e549d6
fix(uart): considers that it may set the LP UART as well
SuGlider 0651cd5
feat(uart): using UART SCLK enum for uart clock source values
SuGlider 145b0a1
fix(uart): using UART_CLK_SRC_RTC now
SuGlider 5857606
fix(uart): documentation using UART_CLK_SRC_RTC now
SuGlider 4a93111
fix(uart): fix old commentary that is not correct anymore
SuGlider 25b0326
fix(uart): wrong identation in code line
SuGlider 05337af
fix(uart): using uart number as argument instead
SuGlider aa7a37f
fix(uart): using uart number as argument in setClockSource()
SuGlider 57410d8
fix(uart): using uart number as parameter in uartSetClockSource()
SuGlider 9e1ae8e
feat(uart): update Kconfig.projbuild to reflect functionality
SuGlider 4279699
feat(uart): removing Kconfig.projbuild option to force default clk src
SuGlider 589fa60
feat(uart): removes kconfig option to force uart default clk src
SuGlider f5918e1
Merge branch 'master' into serial_clk_select
SuGlider 84da5d8
fix(uart): replacing #if #endif by #if #elif #endif for the same enum
SuGlider 3e78c46
ci(pre-commit): Apply automatic fixes
pre-commit-ci-lite[bot] 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
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.