Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fystetc NIS configuration incorrect #706

Open
1 task done
james5843 opened this issue Feb 27, 2025 · 0 comments
Open
1 task done

Fystetc NIS configuration incorrect #706

james5843 opened this issue Feb 27, 2025 · 0 comments
Labels
bug Something isn't working triage This is a new issue to be sorted (automatic label)

Comments

@james5843
Copy link

james5843 commented Feb 27, 2025

Klippain branch

  • I confirm using the main branch

Version

v4.3.1-50-gce8626ce

Describe the bug and expected behavior

Using the Fystetc NIS, the config is incorrectly set as follows.

[mcu adxl]
serial: /dev/serial/by-id/xxx

[adxl345]
cs_pin: NIS:PA4
spi_software_sclk_pin: adxl:PA5
spi_software_mosi_pin: adxl:PA7
spi_software_miso_pin: adxl:PA6

It should be like so

[mcu NIS]
serial: /dev/serial/by-id/xxx

[adxl345]
cs_pin: NIS:PA4
spi_software_sclk_pin: NIS:PA5
spi_software_mosi_pin: NIS:PA7
spi_software_miso_pin: NIS:PA6

In addition, the [include generics/adxl345_software_spi.cfg] should not be included.

Additional information and klippy.log

No response

@james5843 james5843 added bug Something isn't working triage This is a new issue to be sorted (automatic label) labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This is a new issue to be sorted (automatic label)
Projects
None yet
Development

No branches or pull requests

1 participant