Kayo Phoenix
Kayo Phoenix
Of course, this project GCC-targeted for now, because many toolchains for embedded platforms is GCC-based too. But if you find way to get some macroses work with you preferred compiler...
I changed endianness detection macros. Now you can define HID_ENDIAN macro yourself with your target endian (like `#define HID_ENDIAN HID_ENDIAN_LITTLE` before including _hid_def.h_ or using comand-line arguments of compiler). Also...
Great thanks for detailed explanation. Yes, my `WrappedDatabase` implements `Drop` trait to call `Database::delete()` when database was marked as dead. And "yes" I'm in a stickier situation with cursors, because...
I simply replaced all 64-bit types to 32-bit using `sed`: ``` sed -i -e 's/int64_t/int32_t/g' -e 's/double/float/g' include/*.h src/*.c ``` Because I use Cello with OpenWRT (mips 24k), it works...
@Disasm Is it possible port `eclic-mode-hack.S` to Rust using inline asm?
@trinami The errors above hasn't related to USB support. You need review your SPI configuration for applicability.
@trinami Course, it needs merging some related PRs such as the following: [synopsys-usb-otg#36](https://github.com/stm32-rs/synopsys-usb-otg/pull/36) [gd32vf103xx-hal#50](https://github.com/riscv-rust/gd32vf103xx-hal/pull/50)
@marc2332 Seems this issue related to #91. Could you add it to tracking?
NixOS 23.05
@marc2332 Thanks! Also I have added some info about my env and hw.