-
- Downloads
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
The constants MP_IOCTL_POLL_xxx, which were stmhal-specific, are moved from stmhal/pybioctl.h (now deleted) to py/stream.h. And they are renamed to MP_STREAM_POLL_xxx to be consistent with other such constants. All uses of these constants have been updated.
Showing
- cc3200/mods/modwlan.c 7 additions, 8 deletionscc3200/mods/modwlan.c
- cc3200/mods/pybuart.c 5 additions, 6 deletionscc3200/mods/pybuart.c
- extmod/moduselect.c 16 additions, 16 deletionsextmod/moduselect.c
- py/stream.h 6 additions, 0 deletionspy/stream.h
- stmhal/can.c 6 additions, 6 deletionsstmhal/can.c
- stmhal/modnwcc3k.c 8 additions, 9 deletionsstmhal/modnwcc3k.c
- stmhal/pybioctl.h 0 additions, 8 deletionsstmhal/pybioctl.h
- stmhal/uart.c 5 additions, 6 deletionsstmhal/uart.c
- stmhal/usb.c 8 additions, 9 deletionsstmhal/usb.c
Loading
Please register or sign in to comment