Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove swtimer #34

Merged
merged 1 commit into from
Apr 12, 2013
Merged

Remove swtimer #34

merged 1 commit into from
Apr 12, 2013

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Apr 11, 2013

Pull Request to Issue #4

OlegHahm added a commit that referenced this pull request Apr 12, 2013
@OlegHahm OlegHahm merged commit 3183929 into RIOT-OS:master Apr 12, 2013
@miri64 miri64 deleted the remove_swtimer branch April 13, 2013 15:25
OlegHahm pushed a commit to OlegHahm/RIOT that referenced this pull request Nov 6, 2013
…rt0_input

switch thread instead of exiting context, handle EOF
nmeum added a commit to beduino-project/RIOT that referenced this pull request Feb 17, 2017
This is achieved by using bindgen. Support for bindgen has been
integrated into the existing Makefiles. To use bindgen define the
variables `RUST_FFI_HEADER` and `RUST_FFI_TYPES` in your modules
Makefile. Bindgen will then generate Rust code for the given types from
the given header file. The generated code can be used in your crate by
adding `mod ffi;` to your `lib.rs` file.

The GPIO wrapper has been refactored to use bindgen, types are now
generated with bindgen. This is useful because RIOTs header files use a
lot of `#ifdefs` and bindgen is able to parse them for us. Bindings for
extern functions are currently not generated with bindgen even though
that would theoretically be possible.

Fixes RIOT-OS#34
nmeum pushed a commit to beduino-project/RIOT that referenced this pull request Feb 17, 2017
Support for code auto generation from header files

Closes RIOT-OS#26 and RIOT-OS#34

See merge request !8
nmeum added a commit to beduino-project/RIOT that referenced this pull request Feb 24, 2017
This is achieved by using bindgen. Support for bindgen has been
integrated into the existing Makefiles. To use bindgen define the
variables `RUST_FFI_HEADER` and `RUST_FFI_TYPES` in your modules
Makefile. Bindgen will then generate Rust code for the given types from
the given header file. The generated code can be used in your crate by
adding `mod ffi;` to your `lib.rs` file.

The GPIO wrapper has been refactored to use bindgen, types are now
generated with bindgen. This is useful because RIOTs header files use a
lot of `#ifdefs` and bindgen is able to parse them for us. Bindings for
extern functions are currently not generated with bindgen even though
that would theoretically be possible.

Fixes RIOT-OS#34
nmeum added a commit to beduino-project/RIOT that referenced this pull request Mar 20, 2017
This is achieved by using bindgen. Support for bindgen has been
integrated into the existing Makefiles. To use bindgen define the
variables `RUST_FFI_HEADER` and `RUST_FFI_TYPES` in your modules
Makefile. Bindgen will then generate Rust code for the given types from
the given header file. The generated code can be used in your crate by
adding `mod ffi;` to your `lib.rs` file.

The GPIO wrapper has been refactored to use bindgen, types are now
generated with bindgen. This is useful because RIOTs header files use a
lot of `#ifdefs` and bindgen is able to parse them for us. Bindings for
extern functions are currently not generated with bindgen even though
that would theoretically be possible.

Fixes RIOT-OS#34
bergzand pushed a commit to bergzand/RIOT that referenced this pull request Apr 23, 2018
…etadata_size

firmware: don't depend on sizeof(firmware_metadata_t)
ZetaR60 pushed a commit to ZetaR60/RIOT that referenced this pull request Jun 30, 2018
add vim-common, which provides /usr/bin/xxd
chrysn pushed a commit to chrysn-pull-requests/RIOT that referenced this pull request Sep 16, 2022
sniffer: add message queue for dumper thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants