Skip to content

added namino bianco board + other fix #8710

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

Closed
wants to merge 3 commits into from

Conversation

a-sapuppo
Copy link
Contributor

this board have integrated modbus RS485, mikroe socket, qwiic i2c socket, low cost board of family

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.

@a-sapuppo PTAL on my comment.
One more thing is, as you don't have an option to select more than 4MB of flash memory, I assume the board is sold with this setup. Why do you need all those partitions which may not be suitable for 4MB flash? Also PSRAM, you have there both options QSPI PSRAM and OPI PSRAM. This depends too on the chip you have on your board. If you have only one configuration of the board, one of this option will cause panic errors if selected and flashed.

Comment on lines 16 to 21
#define NUM_DIGITAL_PINS SOC_GPIO_PIN_COUNT // GPIO 0..48
#define NUM_ANALOG_INPUTS 20 // GPIO 1..20
#define EXTERNAL_NUM_INTERRUPTS NUM_DIGITAL_PINS // All GPIOs
#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)
#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):NOT_AN_INTERRUPT)
#define digitalPinHasPWM(p) (p < NUM_DIGITAL_PINS)
Copy link
Member

Choose a reason for hiding this comment

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

Can you please remove this part? For 3.0.0 this will be automatically set in Arduino.h file for all SOCs and it's not needed to be defined there anymore.
For reference PR #8706.

@a-sapuppo a-sapuppo closed this Oct 6, 2023
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