Sergey Vlasov
Sergey Vlasov
After some more thinking I'm not even sure that we are moving in the right direction here. Most likely the intended purpose of this part of the bootmagic configuration is...
> As the DMA controller allows a transfer of a byte of memory into a word of peripheral we better fo that as well:) The problem is that not all...
> I did a quick skim of the F401 datasheet. As we are using double buffer mode it seems to be OK. Please look at 9.3.10 of https://www.st.com/resource/en/reference_manual/rm0368-stm32f401xbc-and-stm32f401xde-advanced-armbased-32bit-mcus-stmicroelectronics.pdf No, see...
For comparison, https://www.st.com/resource/en/reference_manual/rm0091-stm32f0x1stm32f0x2stm32f0x8-advanced-armbased-32bit-mcus-stmicroelectronics.pdf has this:  Here the DMA controller zero-extends the data in case of width mismatch, which would be the desired behavior for the WS2812 driver. Unfortunately, the...
Actually xkeyboard-config has two mappings for `XF86AudioMicMute`: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/xkeyboard-config-2.36/symbols/inet#L108 ``` key { [ XF86AudioMicMute ] }; ``` https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/xkeyboard-config-2.36/symbols/inet#L225 ``` key { [ XF86AudioMicMute ] }; // KEY_MICMUTE ``` `` is this...
The laptop keys are often special; you may try using `sudo evtest` to investigate what events are actually sent by that key in Linux (you will need to guess which...
Yes, but now I wonder why you get F20 from there :-) The code in https://github.com/torvalds/linux/tree/master/drivers/platform/x86/dell definitely uses `KEY_MICMUTE` in multiple places; however, there were patches like https://github.com/torvalds/linux/commit/617103246cfd19af837e4cb614ba9f877c4f7779 replacing `KEY_MICMUTE`...
Reopening this, because the problem is still there. > That _[generating the ldscripts]_ is certainly possible, but since ChibiOS provides linker scripts for all supported processors, I don't see the...
Did you reflash both halves with the new firmware? The difference in the firmware size is probably because the `default` keymap for Lily58 includes some OLED code, but the configurator...
The keymap name is not supposed to contain characters which are special to the shell; in your case (`shelby's_programming`) the apostrophe character (`'`) is the problem. In general, it is...