Skip to content

Updated pins_arduino.h and board.txt of Deneyap Development Boards #7854

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

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

DogushC
Copy link
Contributor

@DogushC DogushC commented Feb 16, 2023

By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes

Checklist

  1. Please provide specific title of the PR describing the change, including the component name (eg. „Update of Documentation link on Readme.md“)
  2. Please provide related links (eg. Issue which will be closed by this Pull Request)
  3. Please update relevant Documentation if applicable
  4. Please check Contributing guide

This entire section above can be deleted if all items are checked.


Description of Change

Deleted "soc_caps.h" library and related command at Deneyap Kart 1A v2, Deneyap Kart 1A, Deneyap Mini and Deneyap Mini v2.
Added TX1 and RX1 pins and updated LED pin definition at all Deneyap Devkits.
Added BOOT (BT) pins at Deneyap Kart, Deneyap Kart 1A, Deneyap Mini and Deneyap Kart G.
Changed D0 and D1 pin numbers at Deneyap Kart G.
Changed D12, D13, D14, D15, PWM0 and PWM1 pin numbers at Deneyap Kart 1A v2.
Added A8, T0, T1, T2, T3, T4, T5, T6, T7, T8, D16, D17, D18, D19, PWM2, PWM3, PWM4 and BAT pin numbers at Deneyap Kart 1A v2.
Changed A2, A3, A4 (T0) and A5 (T1) pin numbers at Deneyap Kart and Deneyap Kart 1A.
Renamed DA2 (DAC2) pin as DA0 (DAC0) and changed DAC1 and DAC2 pin numbers at Deneyap Mini and Deneyap Mini v2.

Tests scenarios

Please describe on what Hardware and Software combinations you have tested this Pull Request and how.

(eg. I have tested my Pull Request on Arduino-esp32 core v2.0.2 with ESP32 and ESP32-S2 Board with this scenario)

Related links

Please provide links to related issue, PRs etc.

(eg. Closes #number of issue)

Deleted soc_caps.h library and related commands at Deneyap Kart 1A v2, Deneyap Kart 1A, Deneyap Mini and Deneyap Mini v2.
Added TX1 and RX1 pins and updated LED pin definition at all Devkits.
Added BOOT (BT) pins at Deneyap Kart, Deneyap Kart 1A, Deneyap Mini and Deneyap Kart G.
Changed D0 and D1 pin numbers at Deneyap Kart G.
Changed D12, D13, D14, D15, PWM0 and PWM1 pin numbers at Deneyap Kart 1A v2.
Added A8, T0, T1, T2, T3, T4, T5, T6, T7, T8, D16, D17, D18, D19, PWM2, PWM3, PWM4 and BAT pin numbers at Deneyap Kart 1A v2.
Changed A2, A3, A4 (T0) and A5 (T1) pin numbers at Deneyap Kart and Deneyap Kart 1A.
Renamed DA2 (DAC2) pin as DA0 (DAC0) and changed DAC1 and DAC2 pin numbers at Deneyap Mini and Deneyap Mini v2.
Updated board.txt of all Devkits
@CLAassistant
Copy link

CLAassistant commented Feb 16, 2023

CLA assistant check
All committers have signed the CLA.

@DogushC DogushC changed the title Updated pins_arduino.h and board.txt of Deneyap Development Boar Updated pins_arduino.h and board.txt of Deneyap Development Boards Feb 16, 2023
@P-R-O-C-H-Y
Copy link
Member

@DogushC Hi, can you provide links to the boards, where you get the pins from? Thanks

@DogushC
Copy link
Contributor Author

DogushC commented Feb 16, 2023

@DogushC Hi, can you provide links to the boards, where you get the pins from? Thanks

Hi,

Links for extended pinouts and schematics of Deneyap Development Boards.

Deneyap Kart
https://github.com/deneyapkart/deneyapkart-arduino-core/blob/master/docs/DeneyapKart_ExtendedPinOutEng_mpv1.0.png
https://cdn.deneyapkart.org/media/upload/userFormUpload/o4evHI10wBVgIkWKeU8fmvKH9jmJw3tF.pdf

Deneyap Kart 1A
https://github.com/deneyapkart/deneyapkart-arduino-core/blob/master/docs/DeneyapKart1A_ExtendedPinOutEng_mpv1.0.png
https://cdn.deneyapkart.org/media/upload/userFormUpload/NjXcSnNBwRqI4D5BjZKviugV2nLB7lIg.pdf

Deneyap Kart 1A v2
https://github.com/deneyapkart/deneyapkart-arduino-core/blob/master/docs/DeneyapKart1A_ExtendedPinOutEng_mpv2.0.png
https://cdn.deneyapkart.org/media/upload/userFormUpload/wMbDSVsVXEOtwdkr6ycGrw48BVNY1tOl.PDF

Deneyap Mini
https://github.com/deneyapkart/deneyapkart-arduino-core/blob/master/docs/DeneyapMini_ExtendedPinOutEng_mpv1.0.png
https://cdn.deneyapkart.org/media/upload/userFormUpload/DHqGn2Ck1NkyDDgTsT5Vq3LTkvH4tHkV.PDF

Deneyap Mini v2
https://github.com/deneyapkart/deneyapkart-arduino-core/blob/master/docs/DeneyapMini_ExtendedPinOutEng_mpv2.0.png
https://cdn.deneyapkart.org/media/upload/userFormUpload/kxFYxV9ONRmYkgU4uZMeLII6tb8SbA4y.PDF

Deneyap Kart G
https://github.com/deneyapkart/deneyapkart-arduino-core/blob/master/docs/DeneyapKartG_ExtendedPinOutEng_mpv1.0.png
https://cdn.deneyapkart.org/media/upload/userFormUpload/VIoDdrtqac0jfPNhCZuvTRVTxS43vYm1.PDF

Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@me-no-dev You can merge :)

@P-R-O-C-H-Y P-R-O-C-H-Y self-assigned this Feb 20, 2023
@P-R-O-C-H-Y P-R-O-C-H-Y added the Status: Pending Merge Pull Request is ready to be merged label Feb 20, 2023
@me-no-dev me-no-dev merged commit 4b930b2 into espressif:master Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Merge Pull Request is ready to be merged Type: 3rd party Boards
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants