-
Notifications
You must be signed in to change notification settings - Fork 26
Some fixes for NUMAKER_PFM_M487 #457
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
storage/blockdevice/tests/TESTS/blockdevice/general_block_device/main.cpp
Show resolved
Hide resolved
|
@ccli8 One other note: I noticed that the M487 does not define DEVICE_TRNG, so SSL is not supported out of the box and the SSL tests are being skipped. Do you have a chance to add TRNG support for this target? |
Nuvoton's M480 series (M487) supports only PRNG, but no TRNG. |
That board that supports PyOCD doesn't exist currently in Mbed right? Once that board is added it should get PyOCD added in its upload method file, but PFM_M487 doesn't support OpenOCD so we should remove this from its upload method file. |
|
For NUMAKER_PFM_M487/NUMAKER_IOT_M487 targets, support or not for PyOCD depends on the board's probe is NuLink1 or NuLink2. However, public available boards' probe is NuLink1, so PyOCD cannot work with these boards. OpenOCD is supported across NuLink1 and NuLink2, except NuLink1 doesn't support USB serial number as above. |
|
Sounds good. Once the NuLink2 boards become available would you be able to make a separate Mbed target for those? |
|
Sad, M487 NuLink2 boards are for special purposes or internal uses, so there is no Mbed target for it. |
|
btw, if you have boards that are not publicly available, you might find it easiest to create them as custom targets. |
Summary of changes
I picked up an NUMAKER_PFM_M487 board last week and hooked it up to my greentea setup. It passed almost all the greentea tests! However, I did make some fixes:
COMPONENT_SPIFsince this board has an SPI flash -- now Mbed applications can use the flash easily!Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Failure reasons:
test-mbed-drivers-reset-reasonandtest-mbed-hal-reset-reason: Looks like the MCU is not getting reset when the test runner tries to send a break over the serial port. Is this supported for Nu-Link?test-mbed-usb-device-basic:test-mbed-connectivity-network-emac: Looks like multicast filtering is not working