Jim Mussared
|
bb794f05b7
|
extmod: Make port-included extmod modules use MP_REGISTER_MODULES.
_onewire, socket, and network were previously added by the port rather
than objmodule.c.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|
2022-05-18 20:49:12 +10:00 |
iabdalkader
|
f9d573a4ac
|
extmod/modnetwork: Remove STM32 references.
|
2021-09-15 11:27:38 +10:00 |
iabdalkader
|
4dba04a50f
|
extmod/modnetwork: Define network interfaces in port config files.
So this network implementation becomes more generic.
|
2021-09-15 01:29:26 +10:00 |
iabdalkader
|
d889f672da
|
extmod/modnetwork: Add STA_IF and AP_IF constants.
|
2021-09-15 01:25:42 +10:00 |
iabdalkader
|
7aab0dc5d8
|
extmod: Move modnetwork and modusocket from stm32 to extmod.
So they can be used by other ports.
|
2021-09-15 01:25:12 +10:00 |