luasocket: Enable serial module
authorGeoffrey Hausheer <redacted>
Fri, 5 Jul 2024 16:29:28 +0000 (09:29 -0700)
committerRosen Penev <redacted>
Wed, 10 Jul 2024 00:52:36 +0000 (17:52 -0700)
commit6769d5cf118b3a31ca4ecc36a5d656f50b19d059
tree586b53b1f4d23f677a8aeb457861d5ab78052042
parent60f645f25581b038709846cfbffc6fe7cf63c9d3
luasocket: Enable serial module

Includes the serial module for luasockets (which is already being built)
in the final package. This allows using socket.select() on a serial port
(eg /dev/ttyACM0) which is the easiest way to use a serial-port with
coroutines.

Signed-off-by: Geoffrey Hausheer <redacted>
lang/luasocket/Makefile
git clone https://git.99rst.org/PROJECT