File tree Expand file tree Collapse file tree
lib/pbio/platform/prime_hub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616- Improved color detection when using default colors. Also changed the HSV calculation
1717 for the SPIKE Color Sensor and Boost Color and Distance Sensor to make them
1818 more similar. User code should measure HSV values again in old code ([ pybricks-micropython #421 ] ).
19+ - Reduced user stack size to ` 12 KB ` on SPIKE Prime Hub to make it the same as
20+ SPIKE Essential Hub. This frees up some RAM for system resources, and we never
21+ use this much in practice.
1922
2023### Fixed
2124- Fixed ` race=False ` ignored in ` pybricks.tools.multitask() ` ([ support #2468 ] ).
Original file line number Diff line number Diff line change 1919
2020/* Minimal stack size to allow the build to proceed. The actual stack size is whatever is left after
2121 statically allocated memory. It can be tuned by setting PBDRV_CONFIG_BLOCK_DEVICE_RAM_SIZE. */
22- _minimal_stack_size = 16K ;
22+ _minimal_stack_size = 12K ;
You can’t perform that action at this time.
0 commit comments