[Snek] [PATCH 0/4] Support EV3 tacho motors + small associated fixups

Mikhail Gusarov dottedmag at dottedmag.net
Sat Feb 22 15:09:00 PST 2020


Mikhail Gusarov (4):
  Unexport close_noerrno, not used outside of utils.c
  Update wrong explanation of new libm symbols in libc 2.27
  Add a dispatch function for read()
  Add support for EV3 tacho motors

 ports/ev3/Makefile         |   3 +-
 ports/ev3/motors.c         | 563 +++++++++++++++++++++++++++++++++++++
 ports/ev3/motors.h         |  23 ++
 ports/ev3/sensors.c        |   3 +-
 ports/ev3/sensors.h        |   6 +
 ports/ev3/snek-ev3.builtin |  34 ++-
 ports/ev3/snek-ev3.h       |   9 +-
 ports/ev3/snek-main.c      |  15 +
 ports/ev3/utils.c          |   2 +-
 ports/ev3/utils.h          |   6 -
 10 files changed, 649 insertions(+), 15 deletions(-)
 create mode 100644 ports/ev3/motors.c
 create mode 100644 ports/ev3/motors.h

-- 
2.24.0



More information about the Snek mailing list