mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
implemented read_ts as a lua function
This commit is contained in:
parent
ab678e6c88
commit
9d74fe9e74
5 changed files with 93 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue