Stable 20.3.x.rusefi clean history#33
Open
rusefillc wants to merge 152 commits intostable_20.3.x.rusefifrom
Open
Stable 20.3.x.rusefi clean history#33rusefillc wants to merge 152 commits intostable_20.3.x.rusefifrom
rusefillc wants to merge 152 commits intostable_20.3.x.rusefifrom
Conversation
This fixes: build/obj/syscalls_cpp.o:(.bss.__dso_handle+0x0): multiple definition of `__dso_handle' /usr/lib/gcc/x86_64-linux-gnu/7/32/crtbeginS.o:(.data.rel.local+0x0): first defined here /usr/bin/ld: errno: TLS definition in /lib32/libc.so.6 section .tbss mismatches non-TLS reference in build/obj/syscalls_cpp.o
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15338 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15389 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15406 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15420 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15498 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15502 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15507 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15510 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15513 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15522 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15524 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15528 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15533 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16441 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Uart fixes
macro hook allowing consumers to limit loops
But not more that 8 times Signed-off-by: Andrey Gusakov <dron0gus@gmail.com>
STM32 OTGv1 freeze on OUT bulk with size = 64
Implement TIMx_CH3&4 for HAL ICU driver
ICU: STM32: notificate about overcapture events
4556 RTC: do not reset BKP domain if backup clock source is used
rework LIMITED_WHILE_LOOP
USB non blocking
Instead of __func__. This should help localize problem but increase binary size.
chdebug: pass reason to chSysHalt() in chDbgAssert()
According to DS: At the end of the last DMA transfer (number of transfers configured in the DMA controller’s DMA_SxNTR register): - No new DMA request is issued to the DMA controller if the DDS bit is cleared to 0 in the ADC_CR2 register (this avoids generating an overrun error). However the DMA bit is not cleared by hardware. It must be written to 0, then to 1 to start a new transfer. - Requests can continue to be generated if the DDS bit is set to 1. This allows configuring the DMA in double-buffer circular mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16927 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
ADC: lost samples fix
STM32F7: Embedded Flash subsystem low level driver
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
just looking at diff