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

Fix compilation errors for CubeCell Board V2 #290

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

eiannone
Copy link
Contributor

See #288
After updating boards.txt, setting mcu from ASR6501 to ASR6502, we should have two SPI and two UART defined, while ASR6501 had only one, so I added new pin definitions, to enable compilation of https://github.com/HelTecAutomation/CubeCell-Arduino/blob/master/cores/asr650x/SPI/SPI.cpp , https://github.com/HelTecAutomation/CubeCell-Arduino/blob/master/cores/asr650x/Serial/HardwareSerial.cpp and https://github.com/HelTecAutomation/CubeCell-Arduino/blob/master/cores/asr650x/Wire/Wire.cpp

NOTE: these new pins appears not connected in the schematics for CubeCell Board, so they shouldn't be used.

See HelTecAutomation#288
After updating boards.txt, setting mcu from ASR6501 to ASR6502, we should have two SPI and two UART defined, while ASR6501 had only one, so I added new pin definitions, to enable compilation of https://github.com/HelTecAutomation/CubeCell-Arduino/blob/master/cores/asr650x/SPI/SPI.cpp , https://github.com/HelTecAutomation/CubeCell-Arduino/blob/master/cores/asr650x/Serial/HardwareSerial.cpp and https://github.com/HelTecAutomation/CubeCell-Arduino/blob/master/cores/asr650x/Wire/Wire.cpp

NOTE: these new pins appears not connected in the schematics for CubeCell Board, so they shouldn't be used.
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.

2 participants