pimoroni-pico/drivers/vl53l5cx
Phil Howard e7a4ee0282 VL53L5CX: Alloc results data & config in MPY gc_heap.
RAM constraints on Pico W were causing a hardlock. This change allocates the results struct, config and motion config on gc_heap to relieve system RAM pressure.

Fixes #448
2022-07-22 10:01:34 +01:00
..
src@80de451b3c VL53L5CX: Sideload firmware from user-supplied .bin 2022-05-17 12:33:07 +01:00
CMakeLists.txt
platform.c
platform.h VL53L5CX: Sideload firmware from user-supplied .bin 2022-05-17 12:33:07 +01:00
vl53l5cx.cmake
vl53l5cx.cpp
vl53l5cx.hpp VL53L5CX: Alloc results data & config in MPY gc_heap. 2022-07-22 10:01:34 +01:00