changelog
- Sun, 25 Oct 2020 23:00:17 +0100
- by David Douard <david.douard@sdf3.org> [Sun, 25 Oct 2020 23:00:17 +0100] rev 36
- Add support for the shift flag
- Sun, 25 Oct 2020 22:45:24 +0100
- by David Douard <david.douard@sdf3.org> [Sun, 25 Oct 2020 22:45:24 +0100] rev 35
- Indent src/main.cpp with 2-ws
- Sun, 25 Oct 2020 22:17:15 +0100
- by David Douard <david.douard@sdf3.org> [Sun, 25 Oct 2020 22:17:15 +0100] rev 34
- Add a key mapping table (protocol value vs. raw keycode) and send it
Also reformat the file for 2-wspace-tabs
- Sun, 25 Oct 2020 22:15:35 +0100
- by David Douard <david.douard@sdf3.org> [Sun, 25 Oct 2020 22:15:35 +0100] rev 33
- Reformat Keypad.cpp
- Sun, 25 Oct 2020 22:15:03 +0100
- by David Douard <david.douard@sdf3.org> [Sun, 25 Oct 2020 22:15:03 +0100] rev 32
- Update the main code: extract headers and use a CircularBuffer for key events
Also fix some forgotten s/_FP_F303RE/_FP_F030RD/
- Sun, 25 Oct 2020 17:12:22 +0100
- by David Douard <david.douard@sdf3.org> [Sun, 25 Oct 2020 17:12:22 +0100] rev 31
- Add a few patterns in hgignore
- Sun, 25 Oct 2020 17:02:53 +0100
- by David Douard <david.douard@sdf3.org> [Sun, 25 Oct 2020 17:02:53 +0100] rev 30
- Update the custom target HP34970_FP_303RD
update the platformio.ini:
remove unused flags, and configure so it uses includes from the project's root
directory (in TARGET_HP34970_FP_F303RD) so these .h/.c files do not conflict
when compiling for other targets.
Add a TARGET_HP34970_FR_F303RD/ for target specific headers/linker files.
Add a src/TARGET_HP34970_FR_F303RD/ for c files (protected by '#if defined'
statments).
- Sun, 25 Oct 2020 16:58:38 +0100
- by David Douard <david.douard@sdf3.org> [Sun, 25 Oct 2020 16:58:38 +0100] rev 29
- Set custom_config for the F303RD
- remove "supported_form_factors": irrelevant
- rename as HP34970_FP_F303RD
- enforce HSE_XTAL clock source
- add USBDEVICE flag in device_had_add
- set ROM size to 384ko
- Fri, 16 Oct 2020 22:08:47 +0200
- by David Douard <david.douard@sdfa3.org> [Fri, 16 Oct 2020 22:08:47 +0200] rev 28
- compile for nucleo f446re & f303re with mbed 6
- Thu, 15 Oct 2020 01:12:31 +0200
- by David Douard <david.douard@sdfa3.org> [Thu, 15 Oct 2020 01:12:31 +0200] rev 27
- add QEI
- Thu, 15 Oct 2020 01:11:03 +0200
- by David Douard <david.douard@sdfa3.org> [Thu, 15 Oct 2020 01:11:03 +0200] rev 26
- Several stuff
- Sun, 30 Aug 2020 22:53:15 +0200
- by David Douard <david.douard@sdfa3.org> [Sun, 30 Aug 2020 22:53:15 +0200] rev 25
- Add .pio to hgignore