unified_retro_keyboard/firmware/asdf/src
Dave ca8cff670a Streamline build and add more processor variants
- CMakeLists.txt, src/CMakeLists.txt: user ARCH for the actual
processor, and ARCH_FAMILY to specify the arch_*.[ch] files.

- generic-gcc-avr.cmake: fix optimizations to O1 or O0

- make-targets.sh: simplify cmake invocation, eliminate mkdir+cd,
instead use cmake flags to specify directory names and source dir.
2022-12-30 02:31:02 -06:00
..
Arch make sure all tests pass 2021-12-10 22:25:13 -06:00
Keymaps Add missing keymap header files 2022-02-28 20:08:38 -06:00
Templates Progress toward building new keymap scheme with cmake 2021-03-07 20:38:40 -06:00
ARCHITECTURE-keymaps.org Cleanups for new map scheme 2021-12-01 15:56:25 -06:00
CMakeLists.txt Streamline build and add more processor variants 2022-12-30 02:31:02 -06:00
COPYING Fix and clarify comments, add COPYING file 2020-04-08 12:41:53 -05:00
_clang-format first commit 2019-12-12 14:46:29 -06:00
asdf.c Added ability to set the output rate for messages 2021-12-04 23:08:44 -06:00
asdf.h Added ability to set the output rate for messages 2021-12-04 23:08:44 -06:00
asdf_ascii.h Apply clang-format to files 2020-05-15 14:48:40 -05:00
asdf_buffer.c BugFix: asdf_buffer_get: check for valid handle 2021-12-14 11:31:39 -06:00
asdf_buffer.h Add apple 2 caps, printing, bug fixes 2021-11-29 16:26:08 -06:00
asdf_config.h Add apple 2 caps, printing, bug fixes 2021-11-29 16:26:08 -06:00
asdf_hook.c More keymap updates toward [#23] amd [#25] 2021-11-30 13:11:48 -06:00
asdf_hook.h Add ID message and keyboard test for apple2 kbds 2021-12-04 23:10:33 -06:00
asdf_keymap_setup.c.in Remove extraneous chars. 2021-12-10 22:26:59 -06:00
asdf_keymap_setup.h.in Add apple 2 caps, printing, bug fixes 2021-11-29 16:26:08 -06:00
asdf_keymaps.c Remove extraneous include 2022-12-27 15:30:57 -06:00
asdf_keymaps.h Removed unused declaration 2021-11-27 23:26:09 -06:00
asdf_modifiers.c Apply clang-format to files 2020-05-15 14:48:40 -05:00
asdf_modifiers.h Clean up shift/shiftlock cruft 2020-04-27 17:11:36 -05:00
asdf_physical.c Rebase newmaps branch to master 2021-03-05 00:58:06 -06:00
asdf_physical.h Rebase newmaps branch to master 2021-03-05 00:58:06 -06:00
asdf_print.c Add apple 2 caps, printing, bug fixes 2021-11-29 16:26:08 -06:00
asdf_print.h Add cmake templates for keymap setup files 2021-11-28 15:34:32 -06:00
asdf_repeat.c Clean ups 2020-04-09 15:47:27 -05:00
asdf_repeat.h Clean ups 2020-04-09 15:47:27 -05:00
asdf_virtual.c Get virtual devices in new maps scheme to pass tests 2021-03-05 01:00:39 -06:00
asdf_virtual.h Get virtual devices in new maps scheme to pass tests 2021-03-05 01:00:39 -06:00
main.c Remove arch_init from main. 2021-11-27 23:26:47 -06:00