-
Notifications
You must be signed in to change notification settings - Fork 167
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
Upgrade to ChibiOS 17.6.3 #2025
base: next
Are you sure you want to change the base?
Commits on Apr 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7f71a65 - Browse repository at this point
Copy the full SHA 7f71a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 463e649 - Browse repository at this point
Copy the full SHA 463e649View commit details -
Configuration menu - View commit details
-
Copy full SHA for e16f726 - Browse repository at this point
Copy the full SHA e16f726View commit details -
ChibiOS,stm32_registry: Prevent redefinition of STM32F40_41xxx
The way ChibiOS and our CMSIS/StdPeriphs handle platform flags clashes. This is the easiest workaround with the least changes.
Configuration menu - View commit details
-
Copy full SHA for ce03587 - Browse repository at this point
Copy the full SHA ce03587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c568ca - Browse repository at this point
Copy the full SHA 3c568caView commit details -
ChibiOS,HAL,F446: New ChibiOS suddenly has issues with HSECLK being a…
…t 16000000 with the F446. The RE1 sets the HSE clock to 16MHz. ChibiOS 17.x does some more rigorous checks on the mcuconf.h settings than old ChibiOS 2.6, and considers this invalid. We already shipped it like that, though. So I assume this will work anyway, so this check is neutered for our only F446 target. Untested, because my RE1 is broken.
Configuration menu - View commit details
-
Copy full SHA for 713caec - Browse repository at this point
Copy the full SHA 713caecView commit details -
pios_mutex: Rename types and calls, update unlocking next mutex metho…
…d for new ChibiOS. chMtxUnlock() can't be called without arguments anymore.
Configuration menu - View commit details
-
Copy full SHA for cea64dd - Browse repository at this point
Copy the full SHA cea64ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7456d - Browse repository at this point
Copy the full SHA 6f7456dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e38a0c - Browse repository at this point
Copy the full SHA 8e38a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99abbf1 - Browse repository at this point
Copy the full SHA 99abbf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4261424 - Browse repository at this point
Copy the full SHA 4261424View commit details -
pios: Updated ChibiOS configuration headers (chconf.h, halconf.h)
Memcore is now enabled, new ChibiOS makes this a dependency for Mempools.
Configuration menu - View commit details
-
Copy full SHA for 8b13690 - Browse repository at this point
Copy the full SHA 8b13690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c7be0 - Browse repository at this point
Copy the full SHA 10c7be0View commit details -
all targets: Makefile changes, introduce $STM32_SUBTYPE, make non-F4 …
…use $STM32_TYPE STM32_TYPE is being defined for all targets, but only the F4 makefiles reference it, the others specify the hosted value statically inside their makefile. Changed that for consistency. Added STM32_SUBTYPE, to support the stm32_registry stuff in ChibiOS, to be able to define both STM32F405xx and STM32F40_41xxx cleanly together.
Configuration menu - View commit details
-
Copy full SHA for 8bed3a6 - Browse repository at this point
Copy the full SHA 8bed3a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ff02e - Browse repository at this point
Copy the full SHA 53ff02eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d07d7 - Browse repository at this point
Copy the full SHA 21d07d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ed161 - Browse repository at this point
Copy the full SHA a5ed161View commit details -
F4: Fix linker script lookup. Specify some startup defines.
Assuming we're going generally F405 all the way for the F4. We don't clear the heap (yet?).
Configuration menu - View commit details
-
Copy full SHA for d757e00 - Browse repository at this point
Copy the full SHA d757e00View commit details -
F4: Add the STM32_SUBTYPE stuff and fixed linker script lookup to boo…
…tloader makefiles.
Configuration menu - View commit details
-
Copy full SHA for 2383793 - Browse repository at this point
Copy the full SHA 2383793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 332b34d - Browse repository at this point
Copy the full SHA 332b34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5aec7 - Browse repository at this point
Copy the full SHA 7f5aec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7fe22 - Browse repository at this point
Copy the full SHA 8a7fe22View commit details -
Configuration menu - View commit details
-
Copy full SHA for f043f65 - Browse repository at this point
Copy the full SHA f043f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55c893 - Browse repository at this point
Copy the full SHA a55c893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dd7b2d - Browse repository at this point
Copy the full SHA 6dd7b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d112bd8 - Browse repository at this point
Copy the full SHA d112bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a082c - Browse repository at this point
Copy the full SHA 52a082cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2966618 - Browse repository at this point
Copy the full SHA 2966618View commit details -
sparky: Adapt to new USB IRQ handling, axed two modules to save flash…
… space. Storm32Bgc and VtolPathFollower got axed to make it fit the flash image.
Configuration menu - View commit details
-
Copy full SHA for c4cfaf0 - Browse repository at this point
Copy the full SHA c4cfaf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402f588 - Browse repository at this point
Copy the full SHA 402f588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e1eed - Browse repository at this point
Copy the full SHA 40e1eedView commit details -
F1,ChibiOS,stm32_registry: Stop it from whining about platform flags.
I'm not sure what specific MCU the pipXtreme uses to fix it properly, but STM32F10X_MD needs to be defined anyway for the older CMSIS, so there's a need to touch that header anyway.
Configuration menu - View commit details
-
Copy full SHA for ec60584 - Browse repository at this point
Copy the full SHA ec60584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8600c - Browse repository at this point
Copy the full SHA 5a8600cView commit details -
pipxtreme: Updated chconf.h and mcuconf.h, resolve variable conflict …
…between cmsis_system.c and HAL.
Configuration menu - View commit details
-
Copy full SHA for 00a02b8 - Browse repository at this point
Copy the full SHA 00a02b8View commit details
Commits on Apr 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3467596 - Browse repository at this point
Copy the full SHA 3467596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98de70b - Browse repository at this point
Copy the full SHA 98de70bView commit details
Commits on Apr 17, 2018
-
pios_thread: Fix SNAFU, ticks_total was our own field. (fixup)
Fixes CPU time accounting for modules in TaskInfo.RunningTime.
Configuration menu - View commit details
-
Copy full SHA for 3eb5fa9 - Browse repository at this point
Copy the full SHA 3eb5fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e69d0 - Browse repository at this point
Copy the full SHA b4e69d0View commit details -
pios_thread: Use ChibiOS' allocator for aligned alloc. Store stack lo…
…cation. ChibiOS 17 moved the thread_t structure from the top of the stack to the bottom. Need to know where stack starts for PIOS_Thread_Get_Stack_Usage. Fixes TaskInfo.StackRemaining.
Configuration menu - View commit details
-
Copy full SHA for 30d977f - Browse repository at this point
Copy the full SHA 30d977fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31298ca - Browse repository at this point
Copy the full SHA 31298caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d90679 - Browse repository at this point
Copy the full SHA 1d90679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330d942 - Browse repository at this point
Copy the full SHA 330d942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69fad6a - Browse repository at this point
Copy the full SHA 69fad6aView commit details