Jon Escombe

Results 5 issues of Jon Escombe

Hi, just wondering what the timeframe is for an update to the H7 framework? The current upstream version is 1.10, and the current platformio version is 1.81. The 1.10 release...

package update

While there are still some lines to be received from the sender, then overrides (spindle / feed / rapid) behave as expected during job execution. However once the job is...

Following latest core update. It seems drivers are expecting `pin_mode_t.claimable`, but this doesn't exist in the struct.. ``` #if AUX_CONTROLS_ENABLED for(i = AuxCtrl_ProbeDisconnect; i < AuxCtrl_NumEntries; i++) { if(aux_ctrl[i].enabled) {...

Was just taking a closer look at driver_setup(), with respect to the stepper enable pins & startup current draw in the Trinamic drivers.. I'd updated the [H7 driver](https://github.com/dresco/STM32H7xx/commit/0fee249435874e9311fce8cdff744733ec34c274) in line...

Hi, I see from the schematic that the SWCLK and SWDIO connections on the SWD header are shared with SCL and SDA on the AT24C32 EEPROM. The SDA pin on...