summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-02-10 22:27:47 +0000
committerDamien George <damien.p.george@gmail.com>2015-02-10 22:27:47 +0000
commit891e444fec071beabf58eb0e418aaaee4dc327b1 (patch)
treef34b196bae5a905ad943523b271de41cf7c78afa /stmhal
parent596f41da049cbe5d5b0c87762edfc4708aefbc5d (diff)
downloadmicropython-891e444fec071beabf58eb0e418aaaee4dc327b1.tar.gz
micropython-891e444fec071beabf58eb0e418aaaee4dc327b1.zip
stmhal: Add boot.py and main.py to qstr definitions, to save some RAM.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/qstrdefsport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h
index a6de1557ea..c3c141e4f9 100644
--- a/stmhal/qstrdefsport.h
+++ b/stmhal/qstrdefsport.h
@@ -62,6 +62,8 @@ Q(SD)
Q(SDcard)
Q(FileIO)
Q(flush)
+Q(boot.py)
+Q(main.py)
// Entries for sys.path
Q(/flash)
Q(/flash/lib)