Skip to content

Releases: snowcap-electronics/control-board

MAIN_PLECO_V2

03 May 14:47
Compare
Choose a tag to compare
ChibiOS: Upgrade to latest 3.0 version (unstable).

MAIN_PLECO_V1

11 Feb 05:43
Compare
Choose a tag to compare
build: Increase PORT_INT_REQUIRED_STACK.

PORT_INT_REQUIRED_STACK defaults to 64 bytes on ARMv7 with
ChibiOS 3.0 with a comment that it is set conservatively to have
space for stack frames etc. with compiler optimisations disabled.

Increase PORT_INT_REQUIRED_STACK even further to avoid stack
overflows with all optimisations off and debug checks on.

MAIN_FPS_V1

03 Feb 12:45
Compare
Choose a tag to compare
compile-all: Query core count instead of -j4.