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 VL53L5CX: Initial bringup 2022-04-19 13:01:54 +01:00
platform.c VL53L5CX: Fix 32k runtime allocation in platform i2c WrMulti 2022-04-20 14:32:13 +01:00
platform.h VL53L5CX: Sideload firmware from user-supplied .bin 2022-05-17 12:33:07 +01:00
vl53l5cx.cmake VL53L5CX: Initial bringup 2022-04-19 13:01:54 +01:00
vl53l5cx.cpp VL53L5CX: Bringup Motion and add example. 2022-04-28 14:38:34 +01:00
vl53l5cx.hpp VL53L5CX: Alloc results data & config in MPY gc_heap. 2022-07-22 10:01:34 +01:00