summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/qstrdefsport.h')
-rw-r--r--cc3200/qstrdefsport.h56
1 files changed, 24 insertions, 32 deletions
diff --git a/cc3200/qstrdefsport.h b/cc3200/qstrdefsport.h
index c5fc53032b..9ccdf829fd 100644
--- a/cc3200/qstrdefsport.h
+++ b/cc3200/qstrdefsport.h
@@ -35,40 +35,18 @@ Q(main)
Q(sync)
Q(gc)
Q(rng)
-Q(delay)
-Q(time)
-Q(open)
-Q(on)
-Q(off)
Q(toggle)
Q(write)
-Q(read)
-Q(readall)
-Q(readline)
Q(input)
-Q(os)
Q(freq)
Q(unique_id)
-Q(repl_info)
Q(disable_irq)
Q(enable_irq)
-Q(millis)
-Q(micros)
-Q(elapsed_millis)
-Q(elapsed_micros)
-Q(udelay)
Q(flush)
-Q(FileIO)
-Q(enable)
-Q(disable)
Q(repl_uart)
-// Entries for sys.path
+// entries for sys.path
Q(/flash)
Q(/flash/lib)
-#if MICROPY_HW_HAS_SDCARD
-Q(/sd)
-Q(/sd/lib)
-#endif
// for module weak links
Q(struct)
@@ -79,8 +57,8 @@ Q(heapq)
Q(hashlib)
// for os module
-Q(uos)
Q(os)
+Q(uos)
Q(sysname)
Q(nodename)
Q(release)
@@ -89,9 +67,6 @@ Q(machine)
Q(uname)
Q(/)
Q(flash)
-#if MICROPY_HW_HAS_SDCARD
-Q(sd)
-#endif
Q(chdir)
Q(getcwd)
Q(listdir)
@@ -104,6 +79,13 @@ Q(sep)
Q(stat)
Q(urandom)
Q(mkfs)
+Q(mount)
+Q(unmount)
+Q(readonly)
+Q(readblocks)
+Q(writeblocks)
+Q(sync)
+Q(count)
// for file class
Q(seek)
@@ -185,25 +167,35 @@ Q(channel)
Q(id)
Q(pin)
-#if MICROPY_HW_HAS_SDCARD
// for SD class
Q(SD)
Q(init)
Q(deinit)
-Q(mount)
-Q(unmount)
-#endif
+Q(id)
+Q(pins)
// for RTC class
Q(RTC)
+Q(init)
+Q(alarm)
+Q(alarm_left)
+Q(now)
+Q(deinit)
Q(datetime)
+Q(repeat)
// for time class
+Q(time)
Q(utime)
Q(localtime)
Q(mktime)
Q(sleep)
-Q(time)
+Q(sleep_ms)
+Q(sleep_us)
+Q(ticks_ms)
+Q(ticks_us)
+Q(ticks_cpu)
+Q(ticks_diff)
// for select class
Q(select)