From cffe00d6ab3406f4c0f1985176ccc730ba092d42 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 23 Jan 2017 14:37:49 +1100 Subject: stmhal: Add default frozen-bytecode directory and link lcd160cr driver. stmhal will now be built by default with frozen bytecode from scripts stored in the stmhal/modules/ directory. This can be disabled or changed to another directory by overridding the make variable FROZEN_MPY_DIR. --- stmhal/modules/lcd160cr.py | 1 + stmhal/modules/lcd160cr_test.py | 1 + 2 files changed, 2 insertions(+) create mode 120000 stmhal/modules/lcd160cr.py create mode 120000 stmhal/modules/lcd160cr_test.py (limited to 'stmhal/modules') diff --git a/stmhal/modules/lcd160cr.py b/stmhal/modules/lcd160cr.py new file mode 120000 index 000000000..c0e180714 --- /dev/null +++ b/stmhal/modules/lcd160cr.py @@ -0,0 +1 @@ +../../drivers/display/lcd160cr.py \ No newline at end of file diff --git a/stmhal/modules/lcd160cr_test.py b/stmhal/modules/lcd160cr_test.py new file mode 120000 index 000000000..56f091351 --- /dev/null +++ b/stmhal/modules/lcd160cr_test.py @@ -0,0 +1 @@ +../../drivers/display/lcd160cr_test.py \ No newline at end of file -- cgit v1.2.3