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

ethernet support for NUCLEO_F746ZG #5085

Closed
wants to merge 2 commits into from

Conversation

cfpena
Copy link

@cfpena cfpena commented Sep 9, 2019

Adding ethernet support using PR #4541
Append SSL to settings

@@ -4,3 +4,6 @@ AF_FILE = boards/stm32f746_af.csv
LD_FILES = boards/stm32f746.ld boards/common_ifs.ld
TEXT0_ADDR = 0x08000000
TEXT1_ADDR = 0x08020000

# MicroPython settings
MICROPY_PY_LWIP = 1
Copy link
Member

Choose a reason for hiding this comment

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

Following other boards with ETH, I think it'd be good to also enable the ussl module via:

MICROPY_PY_USSL = 1
MICROPY_SSL_MBEDTLS = 1

Copy link
Author

Choose a reason for hiding this comment

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

It sounds good, I will add it

Copy link
Author

Choose a reason for hiding this comment

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

Following other boards with ETH, I think it'd be good to also enable the ussl module via:

MICROPY_PY_USSL = 1
MICROPY_SSL_MBEDTLS = 1

Done

@dpgeorge
Copy link
Member

Thanks for updating, merged in cfec054

@dpgeorge dpgeorge closed this Sep 11, 2019
tannewt added a commit to tannewt/circuitpython that referenced this pull request Aug 4, 2021
…-sdk-settings

Add board-specific pico-sdk settings; set xosc multipler for Adafruit boards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants