-
Notifications
You must be signed in to change notification settings - Fork 8.2k
boards: gd32e507z_eval: add initial support #49547
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
boards: gd32e507z_eval: add initial support #49547
Conversation
str4t0m
left a comment
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't test on the board itself, but all looks good.
c52f94e to
b5839d8
Compare
b5839d8 to
6c82b57
Compare
|
Probably not related with PR but I couldn't test PyOCD. Any tips? My device: Check probe ID: Try to flash: |
|
@nandojve looks like you don't have the CMSIS-Pack correctly installed. I can flash it: |
I managed to make it work but I still have few problems. Anyway, definitely it is something with my Debian. |
|
@gmarull can you rebase? |
The clock entry was wrong, fix it. Signed-off-by: Gerard Marull-Paretas <[email protected]>
Add initial support for the GD32E507Z-EVAL board. Only basic peripherals are enabled for now: - UART - GPIO (LEDs, keys) - PWM Others, e.g. I2C, EEPROM, DAC, etc. require further testing and likely some driver adjustments. Signed-off-by: Gerard Marull-Paretas <[email protected]>
6c82b57 to
d186449
Compare
done |
str4t0m
left a comment
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.
Failed tests are unrelated (qemu_x86_64: kernel, qemu_x86: logging ).
soburi
left a comment
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.
LGTM
|
Please rebase to fix CI failure |
Add initial support for the GD32E507Z-EVAL board. Only basic peripherals
are enabled for now:
Others, e.g. I2C, EEPROM, DAC, etc. require further testing and likely
some driver adjustments.
Signed-off-by: Gerard Marull-Paretas [email protected]