Files
hardware/ffigen.yaml
2026-01-16 14:26:17 +02:00

20 lines
514 B
YAML

# 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