Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

FreeRTOS_IPInit() MAC address argument does not work #10

Open
HirokiIshiguro opened this issue Jun 24, 2019 · 0 comments
Open

FreeRTOS_IPInit() MAC address argument does not work #10

HirokiIshiguro opened this issue Jun 24, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@HirokiIshiguro
Copy link

Describe the bug
FreeRTOS_IPInit() MAC address argument does not work.
Now, following MAC address setting is used at FreeRTOSConfig.h.

    uint8_t myethaddr[6] =
    {
        configMAC_ADDR0,
        configMAC_ADDR1,
        configMAC_ADDR2,
        configMAC_ADDR3,
        configMAC_ADDR4,
        configMAC_ADDR5
    }; //XXX Fix me

System information

  • Which hardware board or part numbers? -> RX65N GR-ROSE
  • IDE used -> e2 studio
  • Operating System [Windows|Linux|MacOS] -> xxx
  • Version of Amazon FreeRTOS (run git describe --tags to find it) -> V147
  • Project [Custom Application|MQTT|Shadow|Greengrass|OTA|Device Defender|TCP Echo|Sub pub Demo|Simple TCP Server] -> MQTT echo
  • If your project is a Custom Application, please add the relevant code snippet in the section Code to reproduce the bug. -> xxx

Expected behavior
FreeRTOS_IPInit() can set MAC address by using argument.

Screenshots or console output
N/A

To reproduce
N/A

Code to reproduce the bug
N/A

Additional context
N/A

Thank you!

@HirokiIshiguro HirokiIshiguro added the bug Something isn't working label Jun 24, 2019
@HirokiIshiguro HirokiIshiguro self-assigned this Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant