1.0.0
This commit is contained in:
19
ffigen.yaml
Normal file
19
ffigen.yaml
Normal 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
|
||||
Reference in New Issue
Block a user