-
Notifications
You must be signed in to change notification settings - Fork 3k
Adding MTB ublox ODIN W2 as a new target. #5740
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
Conversation
|
||
// MTB Aliases | ||
// Left side (top view) | ||
TGT_SWDIO = SWDIO, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please fix alignment on the lines below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @0xc0170 . Fixed now!
} | ||
|
||
(void) HAL_ETH_ConfigMAC(heth, &macconf); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add new line to any file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -0,0 +1,143 @@ | |||
#include <string.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file should contain the license , as the other file does
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I didn't find the license information for this file in any other implementation. Will these go under Apache 2.0 itself ? Also, side note, maybe we need to ask vendors for license info on all these implementations?
For example:
- https://github.com/ARMmbed/mbed-os/blob/master/features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F439ZI/stm32f4_eth_init.c
- https://github.com/ARMmbed/mbed-os/blob/master/features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/stm32f4_eth_init.c
- https://github.com/ARMmbed/mbed-os/blob/master/features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_STM/TARGET_STM32F4/TARGET_MBED_CONNECT_ODIN/stm32f4_eth_init.c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes apache would be great.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @0xc0170 . Done!
@0xc0170 Can you re-review please? |
/morph build |
Build : SUCCESSBuild number : 793 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 447 |
Test : SUCCESSBuild number : 628 |
Description
Add ublox ODIN W2 module (MTB / MCB) as a new target.
Status
IN DEVELOPMENT
Todos
Deploy notes
Need addition of new hardware in CI.
cc: @screamerbg @chris-styles @studavekar