Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-26[runtime] added etPlatform for user defined lifecycle functions ↵Thomas Schuetz8-13/+247
(etUserEntry, etUserPreRun, ..., added TI-MSP430 specific platform
2012-02-26[runtime.c] cosmeticsThomas Schuetz2-3/+1
2012-02-26[runtime.c] reorganized runtime.c for separation of common and platform ↵Thomas Schuetz21-1224/+1313
specific parts, adapted include pathes, C-generator and tests
2012-02-23[generator.c, runtime.c] extracted generated generic function to runtimeHenrik Rentz-Reichert2-1/+8
2012-02-23[generator, generator.*] implemented code translation (in general) and ↵Henrik Rentz-Reichert1-0/+19
replicated ports for C
2012-02-21[generator, generator.c] local port id initialized and safe against ↵Henrik Rentz-Reichert1-1/+2
unconnected ports
2012-02-20Merge remote branch 'refs/remotes/origin/master'Henrik Rentz-Reichert4-3/+12
Conflicts: runtime/org.eclipse.etrice.runtime.c/Debug/liborg.eclipse.etrice.runtime.c.a
2012-02-20[generator, generator.c, generator.java, runtime.c, runtime.java] unified ↵Henrik Rentz-Reichert5-1/+46
code generation for Java and C including state machine generation
2012-02-19Merge branch 'master' of ssh://git.eclipse.org/gitroot/etrice/org.eclipse.etriceThomas Schuetz1-23/+23
Conflicts: runtime/org.eclipse.etrice.runtime.c/Debug/liborg.eclipse.etrice.runtime.c.a tests/org.eclipse.etrice.generator.c.tests/src/test/runtime/TestEtMessageService.c tests/org.eclipse.etrice.generator.c.tests/tmp/msc.seq tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCRuntime.xml
2012-02-19[runtime] added LowWaterMark for Message ServiceThomas Schuetz4-3/+12
2012-02-15Merge remote branch 'refs/remotes/origin/master'Henrik Rentz-Reichert4-30/+29
Conflicts: plugins/org.eclipse.etrice.generator.c/xtend-gen/org/eclipse/etrice/generator/c/gen/SubSystemClassGen.java
2012-02-08[test.common] bash script test-launcher.sh for running and checking etUnit ↵Thomas Schuetz3-7/+6
testcases
2012-02-02[generator.c] first version of message passing actor to actor worksThomas Schuetz2-4/+7
2012-02-02[generator.c] added generator for dispatcher for each MessageServiceThomas Schuetz6-10/+11
2012-02-02Merge remote branch 'refs/remotes/origin/master'Henrik Rentz-Reichert15-940/+1118
Conflicts: plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/ActorClassGen.xtend plugins/org.eclipse.etrice.generator.c/xtend-gen/org/eclipse/etrice/generator/c/gen/ActorClassGen.java plugins/org.eclipse.etrice.generator.java/xtend-gen/org/eclipse/etrice/generator/java/gen/ActorClassGen.java plugins/org.eclipse.etrice.generator.java/xtend-gen/org/eclipse/etrice/generator/java/gen/StateMachineGen.java plugins/org.eclipse.etrice.generator/xtend-gen/org/eclipse/etrice/generator/extensions/RoomExtensions.java
2012-02-02[generator.c] implementation of port to MessageService communicationThomas Schuetz6-4/+75
2012-02-01[runtime.c] added MSC Logger to runtime.cThomas Schuetz2-0/+108
2012-01-31[generator.c] added const instances for ROMThomas Schuetz1-2/+1
2012-01-30[generator.c] added Prototype for etPort_receiveThomas Schuetz2-2/+2
2012-01-25[generator.c] first version of generator for ProtocolClassThomas Schuetz4-0/+84
2012-01-18[runtime.c] cleaned upThomas Schuetz2-8/+4
2012-01-17[runtime.c] added interface and implementation for portable loggerThomas Schuetz5-35/+239
2012-01-16[runtime.c] changed naming convention for runtime to prefix et (for eTrice)Thomas Schuetz12-251/+251
2012-01-16[runtime.c] added macro ADD_TESTCASE for more convenienceThomas Schuetz1-0/+8
2012-01-11[runtime.c] moved runtime files from generator.c.reference to runtime.cThomas Schuetz9-0/+670
2011-12-28[generator.c] structure for C-Gen for ActorClassThomas Schuetz3-207/+0
2011-12-26[runtime.c] first version of runtime for C with Unit Test Framework and ↵Thomas Schuetz3-0/+207
datatypes

    Back to the top