implemented read_ts as a lua function

This commit is contained in:
Keith Hill 2024-10-25 11:22:56 -05:00
parent ab678e6c88
commit 9d74fe9e74
5 changed files with 93 additions and 4 deletions

View file

@ -1,12 +1,12 @@
project('tio', 'c',
version : '3.8',
version : '3.8.1',
license : [ 'GPL-2'],
meson_version : '>= 0.53.2',
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
)
# The tag date of the project_version(), update when the version bumps.
version_date = '2024-08-31'
version_date = '2024-10-24'
# Test for dynamic baudrate configuration interface
compiler = meson.get_compiler('c')