--- crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Tue, Jul 19, 2016 at 11:30 AM, Albert ARIBAUD albert.aribaud@free.fr wrote:
Hi all,
Just did a quick "git push" to test that I can actually push onto the EOMA-68 EC firmware repo. Changes are trivial: on branch master, I just did some cleanup of main.c; more to come soon.
awesome. btw please don't remove things that are commented out, #if 0 them out instead - they're usually there for some sort of debug or experimentation purposes.
also: there is a chromebook using the STM32F072 with keyboard controller firmware as well, it's quite hard to understand.
one major thing that needs doing is to add a 2nd USB-HID "mouse" endpoint, starting possible with the mouse usb-hid example which makes the cursor move backwards and forwards. i happen to have a dual-keyboard-and-mouse logitech thing so the dual endpoint is attached just so we don't lose track... i'll also add it here
http://rhombus-tech.net/community_ideas/laptop_15in/pcb2/usbhid.txt
Also, I created a new branch, "aaribaud/nucleo-f072rb", for stuff which allow/help developing the EC firmware on the NUCLEO dev board. That branch is intended to stay rebased on top of "master".
Luke: right now I intend to keep on pushing onto master; but maybe you prefer that I push onto a dev branch (e.g. "aaribaud/master"), and from time to time you or I do a merge into master?
naah, haven't got time to mess about with branches, unless it's a really big rewrite that needs everyone to work *in* that branch.