ARMmbed / qspif-blockdevice

DEPRECATED: This repository is deprecated, please use mbed-os-example-blockdevice
5 stars 2 forks source link

[OOB 5.10] Incorrect platform name in mbed_lib.json #10

Closed maclobdell closed 6 years ago

maclobdell commented 6 years ago

mbed_lib.json lists the target: DISCO_L475VG

       "DISCO_L475VG": {
             "QSPI_FREQ": "8000000",
        },

the actual target name is DISCO_L475VG_IOT01A

MarceloSalazar commented 6 years ago

FYI @offirko

ciarmcom commented 6 years ago

ARM Internal Ref: IOTSTOR-653

MarceloSalazar commented 6 years ago

@maclobdell can you please verify the fix?

maclobdell commented 6 years ago

Works now. Thanks. Closing this issue.