This commit is contained in:
agra
2026-01-16 14:11:34 +02:00
commit 2b39c6e17f
155 changed files with 5966 additions and 0 deletions

19
ffigen.yaml Normal file
View File

@@ -0,0 +1,19 @@
# Run with `dart run ffigen --config ffigen.yaml`.
name: HardwareBindings
description: |
Bindings for `src/hardware.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: 'lib/hardware_bindings_generated.dart'
headers:
entry-points:
- 'src/hardware.h'
include-directives:
- 'src/hardware.h'
preamble: |
// ignore_for_file: always_specify_types
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
comments:
style: any
length: full