From 15163a61d2f8280608afdef1de0d3668b5121225 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 6 Jun 2012 10:45:56 +0200 Subject: 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). --- common/tests/tests | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/tests') 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 -- cgit v1.2.3