Juergen Fitschen

Results 6 issues of Juergen Fitschen

## Expected Behavior This model creates two STL files for a 3D-printable enclosure: https://github.com/jue89/homie/tree/main/devices/relay/housing With the old version of @jscad/modeling everything looks fine: ## Actual Behavior The `subtract()` on one...

BUG
V2

The API description states that `poly2` is always convex: https://github.com/jscad/OpenJSCAD.org/blob/f5f31084843adebaeb481c064eb09634fb7490a0/packages/modeling/src/geometries/poly2/create.js#L2 But looking in the code, `poly2` is created from geom2 outlines, which may not be convex: https://github.com/jscad/OpenJSCAD.org/blob/f5f31084843adebaeb481c064eb09634fb7490a0/packages/modeling/src/operations/expansions/offsetGeom2.js#L28-L30 Is this a...

V2

### Contribution description This PR implements the approach proposed in #16327. Basically it extends `ztimer` to start and stop `ztimer_periph_%` depending on the count of currently active users. This solves...

Area: tests
CI: ready for build
Area: timers
Area: sys
Area: Kconfig

### Contribution description After almost a year - sorry for the long delay - I finally managed to put some time into the promised alternative implementation for #14121. This PR...

Area: doc
Area: tests
Type: new feature
Discussion: RFC
Area: drivers
Area: SAUL
Area: sys

#### Description The new ztimer offers the pseudo-module `ztimer_xtimer_compat` that replaces all xtimer related API by ztimer functions. Since ztimer doesn't offer 64-bit timers, no replacement functions can be found...

Type: enhancement
Area: timers
Type: tracking

The Nordic nRF54L is the first Nordic MCU family with multiple power domains, and the documentation strongly recommends using GPIOs from the same power domain when configuring a peripheral. The...