-
-
Notifications
You must be signed in to change notification settings - Fork 839
Feature: Nomenclature cleanup #2151
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 1 commit
Commits
Show all changes
125 commits
Select commit
Hold shift + click to select a range
96e3fbd
apollo3: Normalised the code organisation
dragonmux fd11f43
at32f43x: Normalised the code organisation
dragonmux edf5cf9
efm32: Fixed the `target` and `flash` nomenclature
dragonmux 3ef4ea6
efm32: Fixed a padding issue in the efm32_devices array
dragonmux 5fc92ad
efm32: Compressed the temp grades text a little better
dragonmux b5b4c7c
efm32: Cleaned up the way the search loops for the temp grade and pac…
dragonmux 5d804bb
efm32: Standardised the comment style used
dragonmux d59aa94
efm32: Switch the loop style for efm32_flash_erase() from `while` to …
dragonmux 96bb317
efm32: Modernise efm32_flash_erase() to use the modern Flash API guar…
dragonmux 9b35f87
kinetis: Fixed the `target` and `flash` nomenclature
dragonmux 1d084a6
kinetis: Normalised the code organisation
dragonmux 08d8c09
kinetis: Switch the loop style for kinetis_flash_cmd_erase() from `wh…
dragonmux 1b9a34a
efm32: Modernise kinetis_flash_cmd_erase() to use the modern Flash AP…
dragonmux 6429ce7
kinetis: Switch the loop style for kinetis_flash_cmd_write() from `wh…
dragonmux b73a035
kinetis: Further code style cleanup and types improvements
dragonmux f1b167c
lmi: Fixed the macro prefixing
dragonmux f36629a
lmi: Modernised the lmi_flash_erase() loop a bit
dragonmux 4a613d3
stm32h5: Fixed a missign `default` statement in stm32h5_probe()'s dis…
dragonmux f684831
ch579: Normalised the comment style
dragonmux 8f94219
ch32vx: Fixed some DEBUG_INFO format specifier issues, and a couple o…
dragonmux 72e9b00
ch32f1: Fixed the macro prefixing and nomenclature
dragonmux c875dce
efm32: Normalised the code organisation
dragonmux b549bde
lmi: Normalised the code organisation
dragonmux 8957fea
lpc15xx: Normalised the code organisation
dragonmux 54111a5
lpc15xx: Fixed the `target` nomenclature
dragonmux 6d2db07
lpc546xx: Fixed the `target` and `flash` nomenclature
dragonmux 9ea1b72
lpc546xx: Cleaned up in the reset command implementation using a mode…
dragonmux ef2e90d
lpc546xx: Normalised the code organisation
dragonmux 00a0208
lpc55xx: Fixed some clang-tidy lints
dragonmux 7d67346
lpc43xx: Fixed the `target` and `flash` nomenclature
dragonmux fd509a7
lpc43xx: Normalised the code organisation
dragonmux 2692ec0
lpc40xx: Swizzled some logic in the probe routine for more consistent…
dragonmux ac69198
lpc17xx: Swizzled some logic in the probe routine for more consistent…
dragonmux c900f40
lpc55xx: Normalised the code organisation a bit
dragonmux 6795d17
msp432p4: Fixed the `target` and `flash` nomenclature
dragonmux 14139d9
msp432p4: Fixed some issues with the logging used
dragonmux cf497ee
msp432p4: Switched the loop style for msp432_flash_erase() from `whil…
dragonmux 5f5b2ef
msp432p4: Modernised msp432_flash_erase() to use the modern Flash API…
dragonmux 3a62d7c
msp432p4: `const` improvements and further nomenclature fixes for `ta…
dragonmux 9b65728
mspm0: Normalised the code organisation a bit
dragonmux ccc7ed2
nrf51: Fixed the `target` and `flash` nomenclature
dragonmux 6b9948a
nrf51: Normalised the code organisation a bit
dragonmux cb2c67d
nrf54l: Normalised the code organisation a bit
dragonmux 1cc4f56
nrf91: Normalised the code organisation a bit
dragonmux 4a53527
nxpke04: Fixed the `target` and `flash` nomenclature
dragonmux b1a56c1
nxpke04: Normalised the code organisation a bit
dragonmux 2266c94
puya: Fixed some clang-tidy warnings and a code organisation oops
dragonmux 367ea2d
nrf54l: Added missing copyright notice and license per comments in #1316
dragonmux d679ca6
nrf91: Added missing copyright notice and license per comments in #1316
dragonmux 3e48511
nrf51: Fixed up the comment style for top-of-file
dragonmux 26a1d1d
nrf54l: Added the top-of-file comment block which was missing
dragonmux 987e484
nrf91: Added the top-of-file comment block which was missing
dragonmux ee78dc1
s32k3xx: Fixed several code organisation issues and clang-tidy warnings
dragonmux 5b546b7
sam3x: Fixed several clang-tidy warnings and the top-of-file comment …
dragonmux 2d25bde
sam4l: Fixed up the comment style for top-of-file
dragonmux 5e579de
sam4l: Fixed the `target` and `flash` nomenclature
dragonmux 798b725
sam4l: Fixed the macro prefixing and nomenclature
dragonmux 50c966a
samd: Fixed the `target` and `flash` nomenclature
dragonmux 86b9fb9
samd: Normalised the code organisation a bit
dragonmux b5eb404
samd: Fixed several clang-tidy warnings
dragonmux d000ecb
stm32f1: Fixed a couple of clang-tidy warnings
dragonmux bb92268
stm32f1: Fixed up the comment style for top-of-file
dragonmux b1d44de
stm32f1: Fixed the macro prefixing and nomenclature
dragonmux b068c09
stm32h5: Fixed the macro nomenclature
dragonmux 2351e77
stm32f4: Fixed the macro prefixing and nomenclature
dragonmux f88bbc0
stm32f4: Normalised the code organisation a bit
dragonmux f1af0db
stm32g0: Fixed the macro prefixing and nomenclature
dragonmux 57a7722
stm32g0: Fixed a clang-tidy lint about a missing `default` case
dragonmux e530d89
stm32h7: Fixed the macro prefixing
dragonmux 2b62ce0
stm32l0: Fixed some clang-tidy lints about missing `default` cases
dragonmux 4d9bcd1
stm32l4: Normalised the code organisation a bit
dragonmux 00eba64
stm32l4: Fixed the macro prefixing and nomenclature
dragonmux ede1384
stm32l4: Fixed up the comment style for top-of-file
dragonmux 7ccc076
stm32l4: Fixed some more macro prefixing and nomenclature
dragonmux 1990447
stm32l4: Fixed some prefixing and nomenclature for the FPEC regs maps
dragonmux 4cbd27f
target: Fixed a couple of clang-tidy warnings
dragonmux fd5ecdb
target_flash: Added back in a diagnostic for the Flash write calls to…
dragonmux 245683d
adiv5_swd: Fixed a consistency issue in one of the mode switch diagno…
dragonmux 228109d
at32f43x: Removed an unnecessary check that the `len` parameter to `a…
dragonmux cc51a08
at32f43x: Removed some now unnessary diagnostics from `at32f43_flash_…
dragonmux a45b1e9
at32f43x: `const`-correctness for the function signatures
dragonmux 25d8585
stm32l4: `const`-correctness for the function signatures
dragonmux 216aadb
stm32l0: `const`-correctness for the function signatures
dragonmux ca196af
stm32h7: `const`-correctness for the function signatures
dragonmux 957679a
stm32g0: `const`-correctness for the function signatures
dragonmux 86830d6
stm32g0: Code organisation and nomenclature improvements for the opti…
dragonmux 5cb2a94
stm32g0: Modernised and simplified the erase logic in stm32g0_flash_e…
dragonmux 92d54ac
stm32f4: `const`-correctness for the function signatures
dragonmux fd8c690
stm32f4: Modernised and simplified the erase logic in stm32f4_flash_e…
dragonmux d829f0a
stm32f1: `const`-correctness for the function signatures
dragonmux 680fef8
stm32f1: Fixed the incorrect address mask issue from #1826 in the `mm…
dragonmux 3b84144
sam4l: `const`-correctness for the function signatures
dragonmux f28113c
sam4l: Fixed the style of one of the comments in `sam4l_flash_write()`
dragonmux d5cca86
sam4l: Removed unnecessary diagnostics (which were also at the wrong …
dragonmux 0c28aab
sam4l: Target Flash API guarantees that `len` will be `blocksize` for…
dragonmux 530af6c
sam3x: `const`-correctness for the function signatures
dragonmux b82396e
s32k3xx: `const`-correctness for the function signatures
dragonmux b5d90bc
s32k3xx: Fixed up the comment style for top-of-file
dragonmux 7756158
rp2040: Fixed up the comment style for top-of-file
dragonmux 56c1082
samd: Fixed the `target` nomenclature in `rp_cmd_reset_usb_boot()`
dragonmux 25b8137
rp2040: `const`-correctness for the function signatures
dragonmux 038fb11
rp2040: Fixed the macro prefixing and nomenclature
dragonmux 04c4846
rp2040: More cleanup for `const`-correctness and nomenclature
dragonmux 107f248
puya: `const`-correctness for the function signatures
dragonmux 3dd0dcd
nxpke04: `const`-correctness for the function signatures
dragonmux 3c5737e
stm32g0: Make use of the target structure's `unsafe_enabled` member i…
dragonmux 2ac71ef
nxpke04: `sector_erase` duplicates `erase_range` command, deprecate i…
dragonmux bfc82ad
nrf91: Modernised and simplified the erase logic in `nrf91_flash_eras…
dragonmux 32b6a2f
nrf91: `const`-correctness for the function signatures
dragonmux 9cd1f61
nrf54l: `const`-correctness for the function signatures
dragonmux 5d4c420
nrf51: `const`-correctness for the function signatures
dragonmux 04c47a1
nrf51: Modernised and simplified the erase logic in `nrf51_flash_eras…
dragonmux 97cb621
nrf51: Code organisation improvements for the recovery AP code
dragonmux 3059f8e
mspm0: `const`-correctness for the function signatures
dragonmux de1d930
mspm0: Removed unnecessary diagnostics (target Flash API already prov…
dragonmux 30e5eee
msp432p4: Normalised the code organisation a bit
dragonmux fae5d2d
msp432p4: `const`-correctness for the function signatures
dragonmux 3f3d07b
msp432p4: Removed unnecessary diagnostics (target Flash API already p…
dragonmux 276dc1b
msp432p4: Fixed up the comment style for top-of-file
dragonmux 1f3e558
lpc546xx: `const`-correctness for the function signatures
dragonmux 503fee9
lpc546xx: Remove the deprecated `erase_sector` command
dragonmux 8ff8dc0
lpc55xx: Fixed up the comment style for top-of-file
dragonmux d6a0814
lpc55xx: Fixed various type usage and missing `const` in the part inf…
dragonmux 62f05d7
lpc55xx: `const`-correctness for the function signatures
dragonmux 41ca92f
lpc55xx: Split the `lpc55xx_enter_flash_mode()` mini binary into two …
dragonmux 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
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.