Luca Barbato
Luca Barbato
``` console $ docker run --rm openwrt/sdk:ath79-generic-openwrt-23.05 grep mikrotik Config-build.in config DEFAULT_TARGET_ath79_mikrotik config TARGET_ath79_mikrotik ``` What I would expect: ``` config DEFAULT_TARGET_ath79_generic config TARGET_ath79 config TARGET_ath79_generic ```
by experimenting I saw is possible to rename the enum type so: ``` rust #[repr(C)] enum Foo { Bar, Baz } ``` is mapped to: ``` c enum PrefixFoo {...
The current crossenv does not seems to be aware of them.
The openwrt build system does not install the cross binary while building additional python packages, would be better to be able to pass the path since doesn't seem that the...
I'm currently making `-sys` crates so that if a build feature is present the package builds an internal version of the dependency, otherwise it relies on metadeps. In the `build`...
right now crates.io does not show the README.md for any of the crates published.
http://nixdoc.net/man-pages/Linux/man7/mdoc.samples.7.html#Tagged%20Lists%20and%20Columns It is somehow nicer.
Currently `nwind` does not support PowerPC, from what I could see to support a new architecture `src/arch/${arch}.rs` and `src/arch/${arch}_get_regs.s` are the main components. [here](http://openpowerfoundation.org/wp-content/uploads/resources/leabi/content/ch_preface.html) the ABI specification.
Now sure if this feature has an equivalent already (having a different text than the wiki path) but would be sort of nice to have.