summaryrefslogtreecommitdiff
path: root/common/tests
diff options
context:
space:
mode:
authorNĂ©lio Laranjeiro2012-06-06 10:45:56 +0200
committerCyril Jourdan2012-09-20 17:00:08 +0200
commit15163a61d2f8280608afdef1de0d3668b5121225 (patch)
tree1bc5b32e9f7e5ae73c32b89042d30b1be6daba14 /common/tests
parent5d26e826dd195bd3ac55a357ad32334d2c23258e (diff)
cesar/{ecos,hal}: add sysclock support in boot params, refs #3147
eCos system clock is provided by boot params, this is useful to have the same plc.rom file for mse500 and spc300 without knowing the system clock frequency. This system clock differs from one chip to another (147Mhz for spc300 and ~250Mhz for mse500).
Diffstat (limited to 'common/tests')
-rw-r--r--common/tests/tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/tests/tests b/common/tests/tests
index d061af7685..66f0a8e727 100644
--- a/common/tests/tests
+++ b/common/tests/tests
@@ -500,3 +500,7 @@ test_bufmgr: ./obj/test_bufmgr
cesar/projects/plc:
make
make traces: make PROJECT_CONFIG=Config.traces
+
+cesar/hal/sysclk/test:
+make
+sysclk: ./obj/test_sysclk