1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Include <array> where needed More... almost 3 years ago
Merge pull request #65 from DISTORTEC/gcc-11.3-build-test More... almost 3 years ago
Use GCC 11.3 for build test More... almost 3 years ago
Merge pull request #64 from DISTORTEC/gcc-11.2-build-test More... almost 3 years ago
Use GCC 11.2 for build test More... almost 3 years ago
Merge pull request #63 from DISTORTEC/gcc-11.1 More... almost 3 years ago
Add GCC 11.1 to build tests More... almost 3 years ago
Merge pull request #62 from DISTORTEC/gcc-10.3-build-test More... almost 3 years ago
Use GCC 10.3 for build test More... almost 3 years ago
Use FATAL_ERROR() instead of abort() in __cxa_pure_virtual() More... over 3 years ago
Merge branch 'lightweight-assert-and-fatal-error' More... over 3 years ago
Update all project configurations More... over 3 years ago
Mention new options about lightweight macros in CHANGELOG.md More... over 3 years ago
Add support for lightweight FATAL_ERROR More... over 3 years ago
Add support for lightweight asserts More... over 3 years ago
Merge branch 'assert-replacement' More... over 3 years ago
Mark distortos/assert.h as deprecated More... over 3 years ago
Define DISTORTOS_UNIT_TEST globally for unit-test More... over 3 years ago
Include <cassert> instead of "distortos/assert.h" More... over 3 years ago
Add assert.h header which will replace system include More... over 3 years ago
Add assertHandler(), use it in newlib's __assert_func() More... over 3 years ago
Merge branch 'dma-channel-circular-and-half-transfer' More... over 3 years ago
Mention new DMA features in CHANGELOG.md More... over 3 years ago
Extend STM32-...-DmaChannel-unit-test with new features More... over 3 years ago
Update catch2 to v2.13.8 More... over 3 years ago
Add DmaChannel flags for "half transfer" for STM32's DMAv1 and DMAv2 More... over 3 years ago
Handle "half transfer" event in DMA channel interrupt More... over 3 years ago
Extend DmaChannelFunctor with "half transfer" event More... over 3 years ago
Use DmaChannelFunctorCommon as base of all DMA channel functors More... over 3 years ago
For STM32 DMAv2 circular mode is forbidden when flow ctrl. is peripheral More... over 3 years ago