+ bkeys1 (~Thunderbi@157.201.98.1) | 00:06 | |
- bkeys1 (QUIT: Client Quit) (~Thunderbi@157.201.98.1) | 00:07 | |
- S0rin (QUIT: Ping timeout: 268 seconds) (~S0rin@user/s0rin) | 00:15 | |
+ S0rin (~S0rin@user/s0rin) | 00:17 | |
- ajr (QUIT: Quit: WeeChat 3.7) (~ajr@user/ajr) | 00:57 | |
- mtm (QUIT: Ping timeout: 260 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 01:03 | |
- S0rin (QUIT: Ping timeout: 252 seconds) (~S0rin@user/s0rin) | 01:06 | |
+ S0rin (~S0rin@user/s0rin) | 01:07 | |
Asmadeus | bluerise: link? if you get an external review it might help move things forward a bit; it's painful sometimes | 01:23 |
---|---|---|
- bkeys (QUIT: Ping timeout: 260 seconds) (~Thunderbi@static-198-54-135-69.cust.tzulo.com) | 02:17 | |
+ bkeys (~Thunderbi@static-198-54-135-69.cust.tzulo.com) | 02:20 | |
- bkeys (QUIT: Ping timeout: 252 seconds) (~Thunderbi@static-198-54-135-69.cust.tzulo.com) | 02:24 | |
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:20) | 03:05 | |
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 03:09 | |
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:40) | 03:23 | |
- Boostisbetter (QUIT: Ping timeout: 260 seconds) (4a410829d7@irc.cheogram.com) | 05:17 | |
+ bgs (~bgs@212-85-160-171.dynamic.telemach.net) | 07:15 | |
+ Boostisbetter (4a410829d7@irc.cheogram.com) | 08:08 | |
- bgs (QUIT: Remote host closed the connection) (~bgs@212-85-160-171.dynamic.telemach.net) | 08:44 | |
minute | sigrid: sorry, missed your Q yesterday, i will check today | 10:16 |
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:40) | 10:30 | |
* wielaard -> mjw | 11:03 | |
- mtm (QUIT: Ping timeout: 268 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 13:03 | |
minute | josch: a user asked via support that we provide checksums for the system and rescue img. i was thinking to just add a calculation command to the build script so one could check in the log. what do you think? also, our last release was in june 22. it's probably time to make a new releaes | 13:30 |
minute | release, that is | 13:30 |
josch | we can let the build script compute and output those checksums, sure | 13:31 |
josch | but they do not add any security | 13:32 |
josch | is this just to check for integrity of the download? | 13:32 |
minute | yeah. | 13:34 |
josch | okay, sure -- we could just run sha1sum at the end of the build so that those who are curious can check those | 13:38 |
josch | if this is only for integrity md5sum would probably suffice | 13:38 |
minute | yeah | 13:39 |
minute | sigrid: scandal, the sources are not published yet. will do that now | 14:33 |
sigrid | :) | 14:43 |
minute | sigrid: https://source.mnt.re/reform/reform/-/tree/master/reform2-trackball2-fw | 14:54 |
sigrid | thanks. I can see why setting leds did not work :D | 14:58 |
minute | woops :3 | 15:02 |
minute | sigrid: i have better led code for pocket though, that you could proably easily wire up | 15:02 |
sigrid | I saw a comment about PIO but I did not get what it means | 15:03 |
minute | https://source.mnt.re/reform/pocket-reform/-/blob/main/pocket-reform-keyboard-fw/pocket-hid/src/main.c#L643 | 15:03 |
minute | sigrid: rp2040 has 2 hardware "PIO" (programmable io?) engines | 15:03 |
minute | there's a tiny assembler for it https://source.mnt.re/reform/pocket-reform/-/blob/main/pocket-reform-keyboard-fw/pocket-hid/src/ws2812.pio.h#L73 | 15:03 |
minute | instead of bit-banging the led protocol with the arm cores, pio can do it in the background | 15:04 |
sigrid | hmmm... but is the host sending a report still works with this? | 15:06 |
sigrid | or was the idea to change it somehow? I know usb hid has a whole section on leds | 15:06 |
sigrid | but I haven't seen ANYTHING that actually implements it :) | 15:06 |
minute | ah yeah, it was never using any spec stuff | 15:07 |
minute | just raw hid messages | 15:07 |
sigrid | LEDS11111 | 15:07 |
sigrid | guess in pocket these are full rgb, so probably something else is needed | 15:07 |
minute | i think the implementation has to go here https://source.mnt.re/reform/reform/-/blob/master/reform2-trackball2-fw/src/main.c#L304 | 15:08 |
minute | sigrid: on the trackball they are also RGB, it is a secret feature | 15:08 |
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 15:08 | |
sigrid | ahhh nice | 15:08 |
minute | sigrid: iff they are installed | 15:08 |
sigrid | I was gonna ask if I'm gonna be able to test this | 15:08 |
minute | sigrid: i would suggest first uncommenting this https://source.mnt.re/reform/reform/-/blob/master/reform2-trackball2-fw/src/main.c#L225 | 15:09 |
minute | to see if the LEDs are there and work | 15:09 |
sigrid | I have v1 trackball and v2 installed rn | 15:09 |
minute | i.e. on trackball v2 they are rgb | 15:10 |
minute | on v1 they are just wleds | 15:10 |
sigrid | nice | 15:10 |
sigrid | on pocket the keyboard also has rgb, right? | 15:10 |
sigrid | I'll probably need to change the reform/pm in 9front so that "echo kb R G B >/dev/light" works, somehow | 15:12 |
minute | yes, pocket is fully rgb | 15:14 |
Boostisbetter | minute: hi there again, just letting you know that I could act as your US press agency but have the added benefit of being here in Germany. | 15:53 |
minute | Boostisbetter: we have someone in the US, bnys! | 16:17 |
Boostisbetter | minute: I'm better though. 😉 | 16:17 |
Boostisbetter | Just kidding if course bnys! | 16:18 |
Boostisbetter | Just kidding of course bnys! | 16:18 |
- mtm (QUIT: Ping timeout: 248 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 16:54 | |
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 17:01 | |
- mtm (QUIT: Ping timeout: 260 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 17:09 | |
+ bgs (~bgs@212-85-160-171.dynamic.telemach.net) | 17:16 | |
- GNUmoon (QUIT: Ping timeout: 255 seconds) (~GNUmoon@gateway/tor-sasl/gnumoon) | 17:38 | |
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon) | 17:51 | |
- Nulo (QUIT: Ping timeout: 252 seconds) (~Nulo@user/nulo) | 18:56 | |
+ Nulo (~Nulo@user/nulo) | 18:59 | |
- mjw (QUIT: Killed (NickServ (GHOST command used by markw!~wielaard@gnu.wildebeest.org))) (~mjw_@2001:1c06:2488:1400:4fd:39a7:74ac:7bae) | 19:00 | |
+ wielaard (~mjw_@2001:1c06:2488:1400:4fd:39a7:74ac:7bae) | 19:01 | |
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 19:18 | |
+ bkeys (~Thunderbi@157.201.98.1) | 19:37 | |
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:40) | 20:03 | |
- bkeys (QUIT: Ping timeout: 252 seconds) (~Thunderbi@157.201.98.1) | 21:06 | |
+ bkeys (~Thunderbi@157.201.98.1) | 21:13 | |
bluerise | Asmadeus: http://patchwork.ozlabs.org/project/uboot/patch/Y9mq+7d0QHXly7/I@windev.fritz.box/ | 21:28 |
- bgs (QUIT: Remote host closed the connection) (~bgs@212-85-160-171.dynamic.telemach.net) | 21:37 | |
- bkeys (QUIT: Quit: With every step we take, danger will follow closely) (~Thunderbi@157.201.98.1) | 21:41 | |
Asmadeus | bluerise: thanks I'll have a look and reply this weekend | 22:14 |
josch | minute: I created https://source.mnt.re/reform/reform-system-image/-/merge_requests/70 but the associated CI pipeline is in state "stuck" for over half an hour now for unknown reasons | 22:34 |
minute | oh :0 | 23:57 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!