7 years, 9 months ago.

Is it possible to adapt the mbed os for custom hardware ?

If we design boards with different pin setups, is it possible to customize the pins defined in the mbed os library ?

Orhan

1 Answer

7 years, 9 months ago.

Orhan,

Thanks for the question.

As you may know you can always access the source files for the mbed library to alter pin mappings for your device, so yes of course you will be able to with custom hardware :)

In terms of mbed os this is no different, you just need to fork the repository from https://github.com/ARMmbed/mbed-os edit the source then import into compiler.

Let me know if this all helps,

Regards,

Andrea, team mbed