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

[BUG] is it typo in esp_wifi_adapter.c ? (ESP32C3) #13014

Closed
1 task done
metarutaiga opened this issue Aug 19, 2024 · 4 comments · Fixed by #13023
Closed
1 task done

[BUG] is it typo in esp_wifi_adapter.c ? (ESP32C3) #13014

metarutaiga opened this issue Aug 19, 2024 · 4 comments · Fixed by #13023
Labels
Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Area: Networking Effects networking subsystem OS: Mac Issues related to MacOS (building system, etc) Type: Bug Something isn't working

Comments

@metarutaiga
Copy link

Description / Steps to reproduce the issue

memcpy(wifi_cfg.sta.password, pdata, len);

-          memcpy(wifi_cfg.sta.password, pdata, len);
+          memcpy(wifi_cfg.ap.password, pdata, len);

On which OS does this issue occur?

[Mac]

What is the version of your OS?

macOS 14

NuttX Version

12.6.0

Issue Architecture

[risc-v]

Issue Area

[Networking]

Verification

  • I have verified before submitting the report.
@metarutaiga metarutaiga added the Type: Bug Something isn't working label Aug 19, 2024
@github-actions github-actions bot added OS: Mac Issues related to MacOS (building system, etc) Area: Networking Effects networking subsystem Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture labels Aug 19, 2024
@fdcavalcanti
Copy link
Contributor

Hello @metarutaiga, I'll take a look at it.
Did you have issues using SoftAP mode?

@fdcavalcanti
Copy link
Contributor

Thanks for the info. Just tested here and fixed on #13023.

@xiaoxiang781216 xiaoxiang781216 linked a pull request Aug 19, 2024 that will close this issue
@acassis
Copy link
Contributor

acassis commented Aug 19, 2024

Different topic @metarutaiga : your xxGraphic project seems very interesting! Do you think it is possible to get it working on NuttX? Sometime ago I was thinking about porting TinyGL (https://bellard.org/TinyGL/) to NuttX

@metarutaiga
Copy link
Author

Different topic @metarutaiga : your xxGraphic project seems very interesting! Do you think it is possible to get it working on NuttX? Sometime ago I was thinking about porting TinyGL (https://bellard.org/TinyGL/) to NuttX

I looked the TinyGL, it implemented many GL functions but old school.
It's not compatible with xxGraphic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Area: Networking Effects networking subsystem OS: Mac Issues related to MacOS (building system, etc) Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants