Łukasz Kostka
Łukasz Kostka
Hi. I'd like to use this linker but when running `cargo build --release` I get: ``` error: linking with `cortex-m-rt-ld` failed: exit code: 101 | = note: "cortex-m-rt-ld" "-L" "/Users/lkostka/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/thumbv7m-none-eabi/lib"...
When poetry 1.2 is [released](https://github.com/monim67/poetry-bumpversion), use https://github.com/monim67/poetry-bumpversion
Example: ```python3 self.api.path("/ip/route").count().where(CONDITIONS) ``` Method must accept `where()`
API has support for `.tag` which as name suggests, tags each response when request is tagged. This enables async usage of API and other issues: - Does library need to...
Hi. I see you also generate headers from ATDF files. I've created a repo with bug fixes in ATDF files. https://github.com/luqasz/avr-registers I see lots of people parse them over and...
Hi. Thx for your library. Very helpful. I was wondering if there is any way to map a section to struct with custom types. So that every value will be...
Hi. Based on some board, I can have same pin functionality but on different pins. Board A has a FAN output on PC7, while board B on PC6 and so...
**Channel** C++Weekly **Topics** Context manager. Similar to `__enter__` and `__exit__` pythons context manager. Useful for: * disabling interrupts on embedded platforms * acquiring locks Two possible [implementations](https://godbolt.org/z/zrzY419cb). **Length** 5-10 minutes
As of RouterOS v7.1beta4, REST API is available. Official [docs](https://help.mikrotik.com/docs/display/ROS/REST+API). - [ ] don't use requests library (no need to pull another dependency) - [ ] provide transport parameter pointing...
Hi. While I was generating c++ headers (from original atdf files) with registers and their bit fields, I've noticed that they have lots of bugs and inconsistencies. I basicly do...