gerriko
(Gerriko IO)
August 6, 2020, 5:56pm
5
I came across this post in the MBED forum “Custom and community boards” category, which hinted at a method on how to implement creating a customer config.
Hi,
I have managed to port Mbed OS 6 to the Adafruit Feather nrf52840 and have been testing to make sure all functionality is working. The simple blink LED works and the BLE Gatt Server also works, so I know many things are working. The best part is the USBSerial also works so I can use serial.printf() for debugging through the virtual USB com port.
I have one thing I really do want working is the default printf() to also go to the USBSeral com port, so I do not need to define the USBSerial …
But I still need help as the documentation on configuration system (https://os.mbed.com/docs/mbed-os/v6.2/program-setup/advanced-configuration.html ) does not explicitly show you how to change flash/RAM size, for example.