Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.2k
Commitd01a981
committed
py/mpconfig: Enable io.IOBase at core feature level.
IOBase is quite an important building block of other parts of the system,such as `mpremote mount` and running .mpy and native tests.This feature costs +244 bytes of firmware size on ARM Thumb2 architectures,which is worth the cost for the extra features it enables.The change here means that `io.IOBase` is now enabled on all nrf boards,(previously it was only nRF52840 and nRF9160) and also B_L072Z_LRWAN1(there is no change to other ports or boards).Signed-off-by: Damien George <damien@micropython.org>1 parent9c8c219 commitd01a981
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1469 | 1469 |
| |
1470 | 1470 |
| |
1471 | 1471 |
| |
1472 |
| - | |
| 1472 | + | |
1473 | 1473 |
| |
1474 | 1474 |
| |
1475 | 1475 |
| |
|
0 commit comments
Comments
(0)