forked from ChibiOS/ChibiOS
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Stable 20.3.x.rusefi clean history #33
Open
rusefillc
wants to merge
130
commits into
stable_20.3.x.rusefi
Choose a base branch
from
stable_20.3.x.rusefi_clean_history
base: stable_20.3.x.rusefi
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Stable 20.3.x.rusefi clean history #33
rusefillc
wants to merge
130
commits into
stable_20.3.x.rusefi
from
stable_20.3.x.rusefi_clean_history
Conversation
This file contains 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 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
Use wrappers from hal_ioblock.h . So it will call correct functions in hal_mmc_spi.c that cares about spiAcquireBus(). Direct call to mmc* functions ignores locking/unlocking 8f967fe
Accelerometers mmc
TODO: add same fix for other TIM drivers
STM32: PWM: set 32bit mode bit in CR1 register for Artery devices
Accel fixes
lis3dsh: fix 'msg' may be used uninitialized
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 <[email protected]>
STM32 OTGv1 freeze on OUT bulk with size = 64
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