mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
52a2ce45de
Generally a controller should either have its own public address hardcoded, or loaded by the driver (e.g. cywbt43). However, for a controller that has no public address where you still want a long-term stable address, this allows you to use a static address generated by the port. Typically on STM32 this will be an LAA, but a board might override this.