Commit Graph

2036 Commits (b128ed6234040d27b9001f334fd7a0e72e9ff9b3)
 

Author SHA1 Message Date
Gergely Nagy 522fcc8c25 doc/CODING_STYLE.html: Fix a small typo
8 years ago
Jesse Vincent e57cfbc0db
remove a bunch of semicolons that the linter says are superfluous
8 years ago
Jesse Vincent 02b144cff3
Switch to cpplint 1.30 from https://pypi.python.org/pypi/cpplint
8 years ago
Jesse Vincent 37d0f1cb8c
Switch HIDTables.h to #pragma once to satisfy the linter.
8 years ago
Jesse Vincent 854a7c73b2
Import google cpplint
8 years ago
Jesse Vincent 554b43c2b5
Remove an unneeded ; caught by cpplint.py
8 years ago
Jesse Vincent 4b27f711f9
Strike through windows-specific stuff
8 years ago
Jesse Vincent cf4886f653
Add a note about access control. Remove a google-specific note
8 years ago
Jesse Vincent 44d95f050e
We use astyle
8 years ago
Jesse Vincent 7cd1eee07d
our guidance on inline functions is a little bit difference because we're targeting embedded devices
8 years ago
Jesse Vincent 02ea090ac7
We use #pragma once
8 years ago
Jesse Vincent 01bfee48cb
GCC extensions are ok
8 years ago
Jesse Vincent 5873b461ac
we don't use std::hash
8 years ago
Jesse Vincent b0577d241c
Boost does not make sense in this context
8 years ago
Jesse Vincent 30edd7da2f
64 bit portability is a non-goal
8 years ago
Jesse Vincent ce595a848e
Switch the style guide to HTML, rather than wasting hours butchering
8 years ago
Jesse Vincent f7b071d134
Add notes from @obra and @algernon. As yet not integrated
8 years ago
Jesse Vincent b33669af45
Checking in a markdown-ified (but otherwise unmodified) version of the
8 years ago
Jesse Vincent 915e7068f6 Merge pull request #7 from keyboardio/f/get-led-index
8 years ago
Gergely Nagy 733511fc37 Add a `get_led_index` function
8 years ago
Jesse Vincent 813a48a04f
Add the ability to specify CFLAGS through the builder
8 years ago
Jesse Vincent 356dd681f9
astyle 3.0 fixups
8 years ago
Jesse Vincent ede5fdba6c
astyle with astyle 3.0, which matters for this code
8 years ago
Jesse Vincent 26e7e187df
make astyle
8 years ago
Jesse Vincent 46d40dd3d5
make astyle
8 years ago
Jesse Vincent 3adb8c28af
make astyle
8 years ago
Jesse Vincent e3dc58f384
make astyle
8 years ago
Jesse Vincent d75939d456
make astyle
8 years ago
Jesse Vincent 97008a28f0
"make astyle
8 years ago
Jesse Vincent a0cebeb0ee
Switch to modern build infrastructure
8 years ago
Jesse Vincent 9825e4057a
Attempt to switch to shared build infrastructure for build and test.
8 years ago
Jesse Vincent 0e0f3037e5
Modernize build and test infra
8 years ago
Jesse Vincent 124b70ec00
New build infrastructure
8 years ago
Jesse Vincent 90f5c51386
New build infrastructure
8 years ago
Jesse Vincent 2b33266452
New build infrastructure
8 years ago
Jesse Vincent 59c361e6c8
New build infrastructure
8 years ago
Jesse Vincent c5c361cb3c
"build-all" now works for a top-level sketch
8 years ago
Jesse Vincent 532696abb5
remove recursion into 'the global set of libraries'
8 years ago
Gergely Nagy e3c90512e9 Merge pull request #133 from keyboardio/lazy-version-calc
8 years ago
Jesse Vincent da2adaf96d
Remove "Key_" prefix from ConsumerCtl and Sysctl key defs.
8 years ago
Jesse Vincent 5babb70498
Move a pre-build check to somewhere it won't break on build-all
8 years ago
Jesse Vincent 0025d44f34
Only calculate version and filenames as we're building.
8 years ago
Jesse Vincent 6d232fb7c7
Update to new key api
8 years ago
Jesse Vincent 07b3f9a9cd
Update example to new keymap
8 years ago
Jesse Vincent 543c3b09f2
Update example to match new keymap
8 years ago
Jesse Vincent a5a3bb6521
Update to new Keymap
8 years ago
Jesse Vincent c7eb22c3ec
Update example to match the new Keymap
8 years ago
Jesse Vincent e4ecd42d11
Traditional capitialization of PrintScreen
8 years ago
Jesse Vincent 6209290164
Looks like we _do_ have to define this yere to get Keyboard included correctly
8 years ago
Jesse Vincent 6b75519501
Fixing a number of other key definitions in the example
8 years ago