diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-23 14:37:49 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-23 14:37:49 +1100 |
commit | cffe00d6ab3406f4c0f1985176ccc730ba092d42 (patch) | |
tree | 9b81006fce2885bae82d9c81507583514ffed3f9 /stmhal/modules/lcd160cr_test.py | |
parent | e72e3439086ca16d376d939a60bafa95f7da6748 (diff) | |
download | micropython-cffe00d6ab3406f4c0f1985176ccc730ba092d42.tar.gz micropython-cffe00d6ab3406f4c0f1985176ccc730ba092d42.zip |
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.
Diffstat (limited to 'stmhal/modules/lcd160cr_test.py')
l--------- | stmhal/modules/lcd160cr_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/modules/lcd160cr_test.py b/stmhal/modules/lcd160cr_test.py new file mode 120000 index 0000000000..56f091351b --- /dev/null +++ b/stmhal/modules/lcd160cr_test.py @@ -0,0 +1 @@ +../../drivers/display/lcd160cr_test.py
\ No newline at end of file |