diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-08 16:40:08 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-08 16:40:08 +0000 |
commit | c3d35c6ac7348e8dc9072bb67b2c62294764fe00 (patch) | |
tree | f7eed83b56bb6814bd78b3c1b8fddb7df3b74ad2 /stm/qstrdefsport.h | |
parent | 01d50d0d586a0e2630613120336faf75277d22d6 (diff) | |
download | micropython-c3d35c6ac7348e8dc9072bb67b2c62294764fe00.tar.gz micropython-c3d35c6ac7348e8dc9072bb67b2c62294764fe00.zip |
stm: Put pyb module in ROM.
Diffstat (limited to 'stm/qstrdefsport.h')
-rw-r--r-- | stm/qstrdefsport.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stm/qstrdefsport.h b/stm/qstrdefsport.h index 2978f8276d..13532892a7 100644 --- a/stm/qstrdefsport.h +++ b/stm/qstrdefsport.h @@ -10,6 +10,7 @@ Q(source_dir) Q(main) Q(sync) Q(gc) +Q(repl_info) Q(delay) Q(udelay) Q(switch) @@ -25,6 +26,7 @@ Q(rand) Q(Led) Q(LCD) Q(Servo) +Q(SD) Q(SDcard) Q(I2C) Q(gpio) @@ -32,6 +34,8 @@ Q(gpio_in) Q(gpio_out) Q(Usart) Q(ADC) +Q(ADC_all) +Q(Audio) Q(open) Q(File) // Entries for sys.path @@ -44,3 +48,10 @@ Q(PinAF) Q(PinNamed) Q(Exti) Q(ExtiMeta) +Q(rtc_info) +Q(millis) +Q(PULL_NONE) +Q(PULL_UP) +Q(PULL_DOWN) +Q(PUSH_PULL) +Q(OPEN_DRAIN) |