Files
OpenCellular/test
Randall Spangler bc11760a58 Add uppercase defined constants for BOARD_, CHIP_, etc.
Currently, per-board defines use mixed case (BOARD_pit).  This causes
the presubmit script to complain because that's a style violation.
Using --no-verify to bypass that also allows other style violations to
creep in.

This change adds uppercase variants (BOARD_PIT).  It also adds a CORE_
define with '-' changed to '_', since CORE_cortex-m isn't a valid
symbol but CORE_CORTEX_M is (so now we can #ifdef CORE_CORTEX_M).

This does not remove the old mixed-case defines yet, nor does it
find/replace them in the C source files.  This is intentional, so this
change can be cherry-picked into branches without needing to change
files in the branch that may have picked up new #ifdefs.

I will rename the constants in the C source files and remove the old
mixed-case defines in a follow-on CL, which should not need to get
picked into existing branches.

BUG=chromium:322144
BRANCH=none (but might need it if you later cherry-pick something with
       an uppercase #ifdef BOARD_FOO
TEST=Build each board with V=1 option: 'make V=1 BOARD=foo all tests'.
     Check that the compile command line has both mixed-case and
     uppercase defines.  Check that per-board tests from test/build.mk
     were built (for example, BOARD_PIT should compile kb_scan and
     stress, and BOARD_SAMUS should build none of them).

Change-Id: I5eb0d1fe57f1c694d7449e5f148e2f13fb290a39
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/179205
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
2013-12-09 18:29:12 +00:00
..
2013-10-01 08:16:34 +00:00
2013-09-05 07:20:46 +00:00
2013-11-04 23:15:38 +00:00
2013-05-14 09:25:03 -07:00
2013-09-04 20:32:52 +00:00
2013-10-01 08:16:34 +00:00
2013-07-11 22:32:52 -07:00
2013-05-08 18:11:01 -07:00
2013-09-05 07:20:56 +00:00
2013-09-05 07:20:56 +00:00
2013-10-01 08:16:34 +00:00
2013-04-11 11:29:32 -07:00
2013-04-11 11:29:31 -07:00
2013-04-10 09:35:06 -07:00
2012-10-29 16:52:49 -07:00
2013-04-10 09:35:06 -07:00
2013-06-13 18:13:19 -07:00
2013-04-19 10:41:33 -07:00
2013-07-22 16:09:47 -07:00
2013-07-22 16:09:47 -07:00
2013-10-30 23:10:13 +00:00
2012-06-07 20:01:49 -07:00
2013-04-15 20:40:03 -07:00
2013-05-08 18:11:01 -07:00
2013-11-01 20:07:24 +00:00
2013-04-10 09:35:06 -07:00
2012-07-13 02:10:46 -07:00
2013-04-10 09:35:06 -07:00