Adrian Figueroa

Results 11 comments of Adrian Figueroa

Some remarks from my side. > whether or not we should be _generating_ the ldscripts That is certainly possible, but since ChibiOS provides linker scripts for all supported processors, I...

I made some changes to my PR that follow the above suggestion. Please consider https://github.com/qmk/qmk_firmware/pull/16536/commits/f9dab28ace2f74aa94663a66561d94f2d71d6690. It includes a list of all currently supported processors, and also lists the available memory...

I now simply added the checksum field and it suddenly works. Is the checksum field not optional, but actually mandatory?

Yes. Thus, my current solution is to simply use relative imports, along with some hacky `__init__.py` files in Python, which make the definitions available: ```Python # __init__.py import os import...

How about calling the current version 1.1.1 version 2.0.0? This is a breaking change and should be reflected in the version number, as per https://semver.org/. Automatic updates that pull any...

@haata I am still working on it, but I decided to rewrite it. Testing the original implementation against `test.capnp` showed irregularities (incorrect nesting, lists of lists, etc.) and missing type...

@haata Here is an example. Please let me know, if you would add some important methods that I might have missed. The generator can now also handle type imports (also...

@brainslush Yes, it is! I will submit a new version of it soon, as I have been optimizing it in a production environment. A lot of bugs have popped up...

@gabChouin Unfortunately not. I gave up eventually and wrote my own UAC (1.0 only) driver.

I got it to work by changing the `owner` and `admin` fields to `1` for my `user_id` in the `household_member` table. What is the difference between `owner` and `admin`? Anyway,...