Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stepper: Support step on both edges with custom minimum pulse duration | Kevin O'Connor | 2025-03-20 | 1 | -1/+1 |
| | | | | | | | | | | Add support for "step on both edges" to the main stepper_event_full() code. This makes that mode of operation available even when the micro-controller is not compiled for "optimized step on both edges". It also enables the custom pulse duration support (step_pulse_ticks) when in "step on both edges" mode. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | sensor_lis2dw: add lis3dh sensor and i2c communication | Wulfsta | 2024-11-12 | 1 | -0/+4 |
| | | | | Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com> | ||||
* | Kconfig: Support selecting optional features on chips with small flash size | Kevin O'Connor | 2023-06-08 | 2 | -7/+1 |
| | | | | | | | | | | | | | Add a new HAVE_LIMITED_CODE_SIZE symbol that enables a menu to select optional features. This symbol is enabled on chips with small build sizes. Replace the HAVE_GPIO_BITBANGING with four new symbols: WANT_GPIO_BITBANGING, WANT_DISPLAYS, WANT_SENSORS, WANT_SOFTWARE_SPI, and WANT_SOFTWARE_I2C. This allows users a little more flexibility when selecting features they need. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | ar100: Support for ar100 (#6054) | Elias Bakken | 2023-02-20 | 13 | -0/+703 |
Add files to support AR100 Signed-off-by: Elias Bakken <elias@iagent.no> |