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

z20x: Fix some SPI/W25/Timer issues. #463

Merged
merged 1 commit into from
Mar 6, 2020
Merged

Conversation

patacongo
Copy link
Contributor

@patacongo patacongo commented Mar 6, 2020

arch/z80/src/ez80/ez80_spi.c: Do not configure SPI chip select pin. It is not used by the driver and configuring it just clobbers other usage of that pin. Add some additional debug outputs; correct some exiting debug outputs.

drivers/mtd/w25.c: Add some debug output.

boards/z80/ez80/z20x/src/ez80_w25.c: Correct SPI bus number used in initialization. Only SPI1 is supported.

arch/z80/src/ez80/ez80_timerisr.c: Some initial timer configuration fixes.

arch/z80/src/ez80/ez80_spi.c:  Do not configure SPI chip select pin.  It is not used by the driver and configuring it just clobbers other usage of that pin.  Add some additional debug outputs; correct some exiting debug outputs.

drivers/mtd/w25.c:  Add some debug output.

boards/z80/ez80/z20x/src/ez80_w25.c:  Correct SPI bus number used in initialization.  Only SPI1 is supported.

arch/z80/src/ez80/ez80_timerisr.c:  Some initial timer configuration fixes.
@patacongo patacongo changed the title z20x: Fix some SPI/W25 issues. z20x: Fix some SPI/W25/Timer issues. Mar 6, 2020
@Ouss4 Ouss4 merged commit ee9949a into apache:master Mar 6, 2020
@patacongo patacongo deleted the z20x branch March 6, 2020 21:43
cwespressif pushed a commit to cwespressif/incubator-nuttx that referenced this pull request Apr 3, 2024
…d-build-error

[T3PW] ESP32s3 t3pw-dev Fix undeclared 'CONFIG_ESP32S3_SPI_DMATHRESHOLD' build error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants