Skip to content
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

feat: merge upstream changes #126

Merged
merged 19 commits into from
May 4, 2023
Merged

feat: merge upstream changes #126

merged 19 commits into from
May 4, 2023

Conversation

richardapeters
Copy link
Collaborator

No description provided.

andjordan and others added 13 commits May 3, 2023 09:48
UartStmDuplexDma: Disable DMA reception on destructor
(cherry picked from commit 6b0edbbff0212e2c5dfca9361aa912a8513d9105)
… listed in RM0410, Table 28

UartStmDuplexDma: Fix default DMA channels for RX as listed in RM0410, Table 28
(cherry picked from commit 354b5164c5f37d702ea1e509e38d08e498a58280)
…revent core/bus lock up

DmaStm: Disable interrupts on DMA stop transfer to prevent core/bus lock up
(cherry picked from commit e1cf4a456a6aae420523d99917137965756da0b8)
… to services::Gap interface

(cherry picked from commit f5da21bbee6503a0a08e5aeeedbda28b96ae0468)
…ervices::Gap

GapPeripheralSt updated to use the new services::Gap

(cherry picked from commit 701f391266a3e5ae4d551aa1d548b8eea0f66eb6)
Implement GapPeripheralSt::SetSecurityMode

(cherry picked from commit ffb2d8b4ee2d40bf1e4e71015e448f5591973ced)
HalSt updated according the GATT interface

(cherry picked from commit c809b11676121f0c12eea92b4b0a2f74755e9829)
(cherry picked from commit fda9e2f0b00dc03582cb6769d1daff87ecb69ffe)
(cherry picked from commit b0efe1ff8357a2238573eb75ae35fa1757f5bce2)
Added getters to GapPeripheralSt

(cherry picked from commit ff76186ed29060327a4b9bfd42362b94c7dbea0b)
(cherry picked from commit ec30ab95a14f76e5a0104fe3582fce536f54973b)
- Common logic between central and peripheral was moved to a base class (GapSt)
- GAP Central implemented
- Privacy implemented for central (it was already implemented for peripheral)
@richardapeters richardapeters requested a review from a team as a code owner May 3, 2023 09:45
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

clang-format

hal_st/middlewares/ble_middleware/GapCentralSt.cpp|197|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|201|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|204|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|208|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|213|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|217|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|220|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|225|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|229|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|233|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|253|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|276|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|293|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|297|
hal_st/middlewares/ble_middleware/GapCentralSt.cpp|301|
hal_st/middlewares/ble_middleware/GapCentralSt.hpp|16|
hal_st/middlewares/ble_middleware/GapPeripheralSt.cpp|4|
hal_st/middlewares/ble_middleware/GapPeripheralSt.cpp|11 col 1|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|28|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|38|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|44|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|51|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|55|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|63|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|73|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|78|
hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp|81|
hal_st/middlewares/ble_middleware/GapSt.cpp|5|
hal_st/middlewares/ble_middleware/GapSt.cpp|15|
hal_st/middlewares/ble_middleware/GapSt.cpp|89|
hal_st/middlewares/ble_middleware/GapSt.cpp|93|
hal_st/middlewares/ble_middleware/GapSt.cpp|96|
hal_st/middlewares/ble_middleware/GapSt.cpp|111|
hal_st/middlewares/ble_middleware/GapSt.cpp|116|
hal_st/middlewares/ble_middleware/GapSt.cpp|120|
hal_st/middlewares/ble_middleware/GapSt.cpp|122|
hal_st/middlewares/ble_middleware/GapSt.cpp|125|
hal_st/middlewares/ble_middleware/GapSt.cpp|129|
hal_st/middlewares/ble_middleware/GapSt.cpp|131|
hal_st/middlewares/ble_middleware/GapSt.cpp|134|
hal_st/middlewares/ble_middleware/GapSt.cpp|151|
hal_st/middlewares/ble_middleware/GapSt.cpp|156|
hal_st/middlewares/ble_middleware/GapSt.cpp|162|
hal_st/middlewares/ble_middleware/GapSt.cpp|179|
hal_st/middlewares/ble_middleware/GapSt.cpp|209 col 1|
hal_st/middlewares/ble_middleware/GapSt.cpp|210|
hal_st/middlewares/ble_middleware/GapSt.cpp|215|
hal_st/middlewares/ble_middleware/GapSt.cpp|218|
hal_st/middlewares/ble_middleware/GapSt.cpp|221|
hal_st/middlewares/ble_middleware/GapSt.hpp|15|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|8|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|17|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|20|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|36|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|48|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|61|
hal_st/middlewares/ble_middleware/GattServerSt.hpp|8|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp|3|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp|16|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp|110|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|7|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|21|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|33|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.cpp|18|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.cpp|71|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGattServerSt.cpp|4|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|18|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|21|

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

clang-format

hal_st/middlewares/ble_middleware/GapSt.cpp|93|
hal_st/middlewares/ble_middleware/GapSt.cpp|96|
hal_st/middlewares/ble_middleware/GapSt.cpp|111|
hal_st/middlewares/ble_middleware/GapSt.cpp|116|
hal_st/middlewares/ble_middleware/GapSt.cpp|120|
hal_st/middlewares/ble_middleware/GapSt.cpp|122|
hal_st/middlewares/ble_middleware/GapSt.cpp|125|
hal_st/middlewares/ble_middleware/GapSt.cpp|129|
hal_st/middlewares/ble_middleware/GapSt.cpp|131|
hal_st/middlewares/ble_middleware/GapSt.cpp|134|
hal_st/middlewares/ble_middleware/GapSt.cpp|151|
hal_st/middlewares/ble_middleware/GapSt.cpp|156|
hal_st/middlewares/ble_middleware/GapSt.cpp|162|
hal_st/middlewares/ble_middleware/GapSt.cpp|179|
hal_st/middlewares/ble_middleware/GapSt.cpp|209 col 1|
hal_st/middlewares/ble_middleware/GapSt.cpp|210|
hal_st/middlewares/ble_middleware/GapSt.cpp|215|
hal_st/middlewares/ble_middleware/GapSt.cpp|218|
hal_st/middlewares/ble_middleware/GapSt.cpp|221|
hal_st/middlewares/ble_middleware/GapSt.hpp|15|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|8|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|17|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|20|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|36|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|48|
hal_st/middlewares/ble_middleware/GattServerSt.cpp|61|
hal_st/middlewares/ble_middleware/GattServerSt.hpp|8|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp|3|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp|16|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp|110|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|7|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|21|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|33|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.cpp|18|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.cpp|71|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGattServerSt.cpp|4|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|18|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|21|

hal_st/middlewares/ble_middleware/GapSt.cpp Show resolved Hide resolved
hal_st/middlewares/ble_middleware/GapSt.cpp Show resolved Hide resolved
hal_st/middlewares/ble_middleware/GapSt.cpp Show resolved Hide resolved
@github-actions
Copy link
Contributor

github-actions bot commented May 3, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 1.29s
⚠️ MARKDOWN markdownlint 20 14 2 0.97s
⚠️ MARKDOWN markdown-link-check 20 13 29.36s
✅ MARKDOWN markdown-table-formatter 20 14 0 0.42s
✅ REPOSITORY checkov yes no 22.46s
✅ REPOSITORY dustilock yes no 0.04s
✅ REPOSITORY gitleaks yes no 94.9s
✅ REPOSITORY git_diff yes no 0.11s
✅ REPOSITORY secretlint yes no 34.76s
✅ REPOSITORY syft yes no 0.5s
✅ REPOSITORY trivy yes no 7.08s
✅ SPELL misspell 44 2 0 0.26s
✅ XML xmllint 17 0 0 0.17s
✅ YAML prettier 7 1 0 0.8s
✅ YAML v8r 7 0 7.69s
✅ YAML yamllint 7 0 0.28s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

clang-format

hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp|16|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp|110|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|7|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|21|
hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp|33|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.cpp|18|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.cpp|71|
hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGattServerSt.cpp|4|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|15|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|18|
hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp|21|
hal_st/stm32fxxx/DefaultClockNucleoWB55RG.cpp|19|
hal_st/stm32fxxx/DmaStm.cpp|156|
hal_st/stm32fxxx/DmaStm.cpp|158|
hal_st/stm32fxxx/DmaStm.cpp|162|
hal_st/stm32fxxx/DmaStm.cpp|166|
hal_st/stm32fxxx/DmaStm.cpp|168|
hal_st/stm32fxxx/DmaStm.cpp|187|
hal_st/stm32fxxx/DmaStm.cpp|189|
hal_st/stm32fxxx/DmaStm.cpp|193|
hal_st/stm32fxxx/DmaStm.cpp|197|
hal_st/stm32fxxx/DmaStm.cpp|199|
hal_st/stm32fxxx/DmaStm.cpp|203|
hal_st/stm32fxxx/DmaStm.cpp|207|
hal_st/stm32fxxx/DmaStm.cpp|209|
hal_st/stm32fxxx/DmaStm.cpp|213|
hal_st/stm32fxxx/DmaStm.cpp|217|
hal_st/stm32fxxx/DmaStm.cpp|219|
hal_st/stm32fxxx/DmaStm.cpp|223|
hal_st/stm32fxxx/DmaStm.cpp|227|
hal_st/stm32fxxx/DmaStm.cpp|229|
hal_st/stm32fxxx/DmaStm.cpp|233|
hal_st/stm32fxxx/DmaStm.cpp|237|
hal_st/stm32fxxx/DmaStm.cpp|239|
hal_st/stm32fxxx/DmaStm.cpp|243|
hal_st/stm32fxxx/DmaStm.cpp|247|
hal_st/stm32fxxx/DmaStm.cpp|249|
hal_st/stm32fxxx/DmaStm.cpp|253|
hal_st/stm32fxxx/DmaStm.cpp|257|
hal_st/stm32fxxx/DmaStm.cpp|259|
hal_st/stm32fxxx/DmaStm.cpp|263|
hal_st/stm32fxxx/DmaStm.cpp|267|
hal_st/stm32fxxx/DmaStm.cpp|269|
hal_st/stm32fxxx/DmaStm.cpp|274|
hal_st/stm32fxxx/DmaStm.cpp|278|
hal_st/stm32fxxx/DmaStm.cpp|280|
hal_st/stm32fxxx/DmaStm.cpp|284|
hal_st/stm32fxxx/DmaStm.cpp|288|
hal_st/stm32fxxx/DmaStm.cpp|290|
hal_st/stm32fxxx/DmaStm.cpp|294|
hal_st/stm32fxxx/DmaStm.cpp|298|
hal_st/stm32fxxx/DmaStm.cpp|300|
hal_st/stm32fxxx/DmaStm.cpp|304|
hal_st/stm32fxxx/DmaStm.cpp|308|
hal_st/stm32fxxx/DmaStm.cpp|310|
hal_st/stm32fxxx/DmaStm.cpp|314|
hal_st/stm32fxxx/DmaStm.cpp|318|
hal_st/stm32fxxx/DmaStm.cpp|320|
hal_st/stm32fxxx/DmaStm.cpp|466|
hal_st/stm32fxxx/DmaStm.cpp|470|
hal_st/stm32fxxx/DmaStm.cpp|472|
hal_st/stm32fxxx/QuadSpiStmDma.cpp|94|
hal_st/stm32fxxx/SpiMasterStm.cpp|143 col 1|
hal_st/stm32fxxx/UartStm.hpp|9|
hal_st/stm32fxxx/UartStm.hpp|12|
hal_st/stm32fxxx/UartStm.hpp|15|
hal_st/stm32fxxx/UartStm.hpp|33|
hal_st/stm32fxxx/UartStm.hpp|57|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|13|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|15|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|17|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|54|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|84|
hal_st/stm32fxxx/UartStmDuplexDma.hpp|29|
hal_st/stm32fxxx/WatchDogStm.cpp|26|
hal_st/stm32fxxx/WatchDogStm.cpp|28|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|29|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|52|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|54|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|59|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|62|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|65|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|67|
hal_st/synchronous_stm32fxxx/SynchronousUartStm.cpp|160|
hal_st/synchronous_stm32fxxx/SynchronousUartStm.hpp|11|
hal_st/synchronous_stm32fxxx/SynchronousUartStm.hpp|14|
hal_st/synchronous_stm32fxxx/SynchronousUartStm.hpp|17|

hal_st/instantiations/NucleoUi.hpp Show resolved Hide resolved
hal_st/instantiations/NucleoUi.hpp Show resolved Hide resolved
hal_st/middlewares/ble_middleware/GapSt.cpp Show resolved Hide resolved
hal_st/middlewares/ble_middleware/GapSt.cpp Show resolved Hide resolved
hal_st/middlewares/ble_middleware/GapSt.cpp Show resolved Hide resolved
@richardapeters richardapeters requested a review from daantimmer May 4, 2023 06:45
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

clang-format

hal_st/stm32fxxx/DmaStm.cpp|219|
hal_st/stm32fxxx/DmaStm.cpp|223|
hal_st/stm32fxxx/DmaStm.cpp|227|
hal_st/stm32fxxx/DmaStm.cpp|229|
hal_st/stm32fxxx/DmaStm.cpp|233|
hal_st/stm32fxxx/DmaStm.cpp|237|
hal_st/stm32fxxx/DmaStm.cpp|239|
hal_st/stm32fxxx/DmaStm.cpp|243|
hal_st/stm32fxxx/DmaStm.cpp|247|
hal_st/stm32fxxx/DmaStm.cpp|249|
hal_st/stm32fxxx/DmaStm.cpp|253|
hal_st/stm32fxxx/DmaStm.cpp|257|
hal_st/stm32fxxx/DmaStm.cpp|259|
hal_st/stm32fxxx/DmaStm.cpp|263|
hal_st/stm32fxxx/DmaStm.cpp|267|
hal_st/stm32fxxx/DmaStm.cpp|269|
hal_st/stm32fxxx/DmaStm.cpp|274|
hal_st/stm32fxxx/DmaStm.cpp|278|
hal_st/stm32fxxx/DmaStm.cpp|280|
hal_st/stm32fxxx/DmaStm.cpp|284|
hal_st/stm32fxxx/DmaStm.cpp|288|
hal_st/stm32fxxx/DmaStm.cpp|290|
hal_st/stm32fxxx/DmaStm.cpp|294|
hal_st/stm32fxxx/DmaStm.cpp|298|
hal_st/stm32fxxx/DmaStm.cpp|300|
hal_st/stm32fxxx/DmaStm.cpp|304|
hal_st/stm32fxxx/DmaStm.cpp|308|
hal_st/stm32fxxx/DmaStm.cpp|310|
hal_st/stm32fxxx/DmaStm.cpp|314|
hal_st/stm32fxxx/DmaStm.cpp|318|
hal_st/stm32fxxx/DmaStm.cpp|320|
hal_st/stm32fxxx/DmaStm.cpp|466|
hal_st/stm32fxxx/DmaStm.cpp|470|
hal_st/stm32fxxx/DmaStm.cpp|472|
hal_st/stm32fxxx/QuadSpiStmDma.cpp|94|
hal_st/stm32fxxx/SpiMasterStm.cpp|143 col 1|
hal_st/stm32fxxx/UartStm.hpp|9|
hal_st/stm32fxxx/UartStm.hpp|12|
hal_st/stm32fxxx/UartStm.hpp|15|
hal_st/stm32fxxx/UartStm.hpp|33|
hal_st/stm32fxxx/UartStm.hpp|57|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|13|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|15|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|17|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|54|
hal_st/stm32fxxx/UartStmDuplexDma.cpp|84|
hal_st/stm32fxxx/UartStmDuplexDma.hpp|29|
hal_st/stm32fxxx/WatchDogStm.cpp|26|
hal_st/stm32fxxx/WatchDogStm.cpp|28|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|29|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|52|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|54|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|59|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|62|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|65|
hal_st/synchronous_stm32fxxx/SynchronousFlashInternalStm.cpp|67|
hal_st/synchronous_stm32fxxx/SynchronousUartStm.cpp|160|
hal_st/synchronous_stm32fxxx/SynchronousUartStm.hpp|11|
hal_st/synchronous_stm32fxxx/SynchronousUartStm.hpp|14|
hal_st/synchronous_stm32fxxx/SynchronousUartStm.hpp|17|

examples/blink/Main.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
hal_st/stm32fxxx/DmaStm.cpp Show resolved Hide resolved
@richardapeters richardapeters merged commit 1546f51 into main May 4, 2023
@richardapeters richardapeters deleted the feature/merge-tfs branch May 4, 2023 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants