Close

Patch-level release 0.42.1

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 06/19/2022 at 20:570 Comments

This patch-level release adds the ability to set the sampling time for ADC channels on the STM32 platforms, which is necessary for some ADC channels such as the internal temperature sensor to function properly. It also fixes a significant bug where two ADC channels, one of which was unconfigured, were being read on STM32 platforms by adc@ rather than one, which was causing garbage values to be generated on the STM32L476 in particular (as on the other STM32 platforms the extra value seems to have gotten discarded).

Discussions