Commit Graph

5332 Commits (8ac4d9f5c1c332488cbd6829602695429e643690)
 

Author SHA1 Message Date
Gergely Nagy 2dbf0f807b
DynamicMacros: Do not read past storage_size_ when updating our map
3 years ago
Gergely Nagy fd0795f375
etc/makefiles/sketch.mk: Fix a typo
3 years ago
Jesse Vincent 63df0c60b6
Merge pull request #1175 from keyboardio/makefiles/sketch/bin-latest
3 years ago
Gergely Nagy c15c895519
etc/makefiles/sketch.mk: Copy & symlink .bin files too, if they exist
3 years ago
Jesse Vincent d3daeb5062
Merge pull request #1174 from keyboardio/model100/eeprom-resize
3 years ago
Gergely Nagy 40c7fa5fdb
Model100: Increase the default EEPROM size from 4k to 16k
3 years ago
Jesse Vincent 4619f90297
Merge pull request #1173 from keyboardio/gd32/flash-fix
3 years ago
Gergely Nagy be385e62c9
Merge pull request #1172 from gedankenexperimenter/dynamic-macros-fixes
3 years ago
Gergely Nagy f834bd6079
k::d::storage::GD32Flash: Implement isSliceUninitialized()
3 years ago
Michael Richters 7279c073e0
Add held DynamicMacros keys to the Keyboard HID report
3 years ago
Michael Richters 7dd8527aab
Fix Macros tap sequence parsing
3 years ago
Michael Richters f8237165c1
Add documentation for `format-code.py` and `iwyu.py`
3 years ago
Michael Richters 7db4fca6c0
Allow override of clang-format executable
3 years ago
Michael Richters 9b04d6663c
Run IWYU (with the new tools) on test simulator code
3 years ago
Michael Richters ee33b228f9
Update Makefile and add wrapper script for managing header includes
3 years ago
Michael Richters fa0bb377c7
Rewrite iwyu.py and format-code.py with various improvements
3 years ago
Michael Richters a7e6f3f072
When running IWYU, process source files before headers
3 years ago
Michael Richters 21d78160f4
Allow specification of additional include dirs on command line
3 years ago
Michael Richters 4af5d6fc46
Ignore files from gtest and examples when running IWYU
3 years ago
Michael Richters 5571c13c79
Add missing newline at end of `.iwyu_ignore` file
3 years ago
Michael Richters 5cee5d7d2a
Use `Runtime.*` instead of `Kaleidoscope.*` in SimHarness.cpp
3 years ago
Gergely Nagy 7d08de5d23
Merge pull request #1167 from gedankenexperimenter/mouse-warp-grid-fix
3 years ago
Michael Richters 887eb6066e
Add example sketch for MouseKeys
3 years ago
Michael Richters 79fc94839a
make format
3 years ago
Michael Richters 3035b7eb35
Export mouse warp mode constants to user sketches
3 years ago
Gergely Nagy 1faa4e7c22
Merge pull request #1165 from keyboardio/f/model100-disable-pb1415
3 years ago
Jesse Vincent c92e0e4586
format code
3 years ago
Jesse Vincent 23400122f9
PB14 and PB15 are the pins the GD32 uses to talk check the prog key. The
3 years ago
Jesse Vincent 43f0a7e4cb
Merge pull request #1161 from gedankenexperimenter/test-macro-fix
3 years ago
Michael Richters b25a7d3322
Rename `TEST()` macro to avoid conflicts with gtest
3 years ago
Jesse Vincent ab72f25a39
Merge pull request #1155 from gedankenexperimenter/code-maintenance
3 years ago
Michael Richters 168cc40d59
Rename `check-formatting` to `check-code-style`
3 years ago
Michael Richters f6cb00efad
Add `--force` option to `make check-formatting`
3 years ago
Michael Richters f635389b33
Add `check-includes` makefile target
3 years ago
Michael Richters b6a8bb6dbd
Re-order some makefile targets for clarity
3 years ago
Michael Richters 674f6a0828
Use make's built-in `.DEFAULT_GOAL` variable to set default target(s)
3 years ago
Michael Richters 6e53a6bbb3
Remove some whitespace to make formatting more consistent
3 years ago
Michael Richters 67d47d6904
Make phony makefile targets more obvious
3 years ago
Michael Richters 3de83322e5
Add shellcheck wrapper script
3 years ago
Michael Richters cbf98fd70b
Replace `find-filename-conflicts` with something more flexible
3 years ago
Michael Richters e3d01d25cf
Remove obsolete `set-timestamps-from-git` script
3 years ago
Jesse Vincent 2c1f8913b4
Merge pull request #1160 from gedankenexperimenter/t/model01-plugin-ref
3 years ago
Michael Richters 8477d8e0d2
Use the new Model01 hardware plugin directly for testing
3 years ago
Jesse Vincent 039818e482
Merge pull request #1158 from gedankenexperimenter/automated-iwyu
3 years ago
Jesse Vincent 94a7131b1c
Merge pull request #1159 from gedankenexperimenter/simulator-output
3 years ago
Michael Richters 8af3584ea8
Update code style docs with IWYU info
3 years ago
Michael Richters ca0f80d607
Process Kaleidoscope with `iwyu.py`
3 years ago
Michael Richters 418fdcad7e
Add IWYU pragmas where necessary to keep or exclude selected headers
3 years ago
Michael Richters c28910a04d
Add `.iwyu_ignore` file
3 years ago
Michael Richters dee60b0fce
Improve `include-what-you-use` wrapper script
3 years ago