Skip to content

Loading builds...

Changes

#504 (Feb 9, 2026, 12:36:39 PM)

Add CAS channel support

CAS is currently supported by e1d driver only.

Change-Id: I81cc89e01bb4207dc899ab28f24a131f24b61c9c
Andreas Eversberg at

#503 (Feb 1, 2026, 12:43:38 PM)

Add CAS channel support

CAS is currently supported by e1d driver only.

Change-Id: I81cc89e01bb4207dc899ab28f24a131f24b61c9c
Andreas Eversberg at

#502 (Feb 1, 2026, 12:41:47 PM)

Add CAS channel support

CAS is currently supported by e1d driver only.

Change-Id: I81cc89e01bb4207dc899ab28f24a131f24b61c9c
Andreas Eversberg at

#501 (Jan 26, 2026, 7:16:46 PM)

gitignore: ignore generated .wasm files

Change-Id: I879e698f2d514cf6e2f7bb33b4d6148f79aea6f6
dtv.comp at

#500 (Jan 26, 2026, 4:56:22 PM)

configure: handle emscripten builds and disable unsupported features

Detect emscripten compiler and adjust default configure options
accordingly. When building with emcc, disable ortp and DAHDI
support by default, as these components are not applicable in
Emscripten environments.

Also ignore generated .wasm artifacts in .gitignore.

No functional change for native builds.

Change-Id: I879e698f2d514cf6e2f7bb33b4d6148f79aea6f6
dtv.comp at

#499 (Jan 26, 2026, 4:56:22 PM)

lapd-over-datagram-user: fix printf format for timeval fields

Use inttypes.h and PRI* macros when printing struct timeval
members. This avoids format string mismatches and makes the
example code portable across architectures where time_t /
suseconds_t may differ in size.

No functional change intended.

Change-Id: I7067eae1132c604aff3b37e5dff06fadb0759cb6
dtv.comp at

#498 (Jan 26, 2026, 4:23:17 PM)

lapd-over-datagram-user: fix printf format for timeval fields

Use inttypes.h and PRI* macros when printing struct timeval
members. This avoids format string mismatches and makes the
example code portable across architectures where time_t /
suseconds_t may differ in size.

No functional change intended.

Change-Id: I7067eae1132c604aff3b37e5dff06fadb0759cb6
dtv.comp at

#497 (Jan 26, 2026, 4:23:16 PM)

configure: handle emscripten builds and disable unsupported features

Detect emscripten compiler and adjust default configure options
accordingly. When building with emcc, disable ortp and DAHDI
support by default, as these components are not applicable in
Emscripten environments.

Also ignore generated .wasm artifacts in .gitignore.

No functional change for native builds.

Change-Id: I879e698f2d514cf6e2f7bb33b4d6148f79aea6f6
dtv.comp at