micropython/stmhal
Paul Sokolovsky 3659af97c5 Merge pull request #703 from iabdalkader/micro_names
Add MICROPY_HW_MICRO_NAME to boards config
2014-06-27 01:19:17 +03:00
..
boards Add MICROPY_HW_MICRO_NAME to boards config 2014-06-19 14:40:57 +02:00
cc3k stmhal: Update CC3000 driver to newer version. 2014-05-11 12:09:13 +01:00
cmsis
fatfs
hal
usbdev
usbhost
.gitignore
Makefile bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS 2014-06-18 13:34:07 +02:00
accel.c stmhal: Document pyb.Accel() constructor, that it takes time to start. 2014-06-01 17:57:06 +01:00
accel.h
adc.c Fix problem with ADC reads and multiple channels 2014-06-16 09:41:58 -07:00
adc.h
autoflash
bufhelper.c
bufhelper.h
dac.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
dac.h
diskio.c
diskio.h
extint.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
extint.h
ffconf.h
file.c stmhal: Fix file print methods to use print instead of printf. 2014-06-15 09:10:07 +01:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c stmhal: pyb: Use gc() function as defined by standard module "gc". 2014-05-06 02:28:49 +03:00
gccollect.h Add gc.enable, gc.disable; remove pyb.gc. 2014-05-08 23:04:49 +01:00
gchelper.s
help.c
i2c.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
i2c.h
import.c
input.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
lcd.c stmhal: Fix type signatures on functions that take variable args. 2014-06-15 09:32:42 +01:00
lcd.h stmhal: Update and improve LCD driver. 2014-06-15 00:41:47 +01:00
led.c Merge pull request #707 from eblot/master-v1.1.1-build-fixes 2014-06-20 17:29:58 +03:00
led.h
lexerfatfs.c
lexerfatfs.h
main.c stmhal: Use stackctrl framework. 2014-06-27 00:03:55 +03:00
make-stmconst.py
math.c
mathsincos.c
modos.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modpyb.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modstm.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modstmconst.gen.c
modtime.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
mpconfigport.h stmhal, file: Implement a,x,+ open modes, seek and tell. 2014-06-11 15:41:14 +01:00
pendsv.c
pendsv.h
pin.c Use mp_const_none to initialize mapper and map_dict 2014-06-25 16:01:19 -07:00
pin.h
pin_named_pins.c
portmodules.h
printf.c stmhal: Fix file print methods to use print instead of printf. 2014-06-15 09:10:07 +01:00
pybcdc.inf_template
pybstdio.c stmhal: Fix file print methods to use print instead of printf. 2014-06-15 09:10:07 +01:00
pybstdio.h
pybwlan.c stmhal: Update CC3000 driver to newer version. 2014-05-11 12:09:13 +01:00
pybwlan.h
pyexec.c Add MICROPY_HW_MICRO_NAME to boards config 2014-06-19 14:40:57 +02:00
pyexec.h
qstrdefsport.h stmhal: Add Python function to set UART for REPL. 2014-06-15 09:47:27 +01:00
readline.c stmhal: Improve handling of out-of-memory in REPL. 2014-05-10 17:48:46 +01:00
readline.h
rng.c
rng.h
rtc.c stmhal: Fix setting of RTC: was BCD now BIN encoded. 2014-05-10 11:56:58 +01:00
rtc.h
sdcard.c
sdcard.h
servo.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 2014-06-01 13:32:54 +01:00
servo.h
spi.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
spi.h
startup_stm32f40xx.s
std.h
stm32f4xx_hal_msp.c
stm32f4xx_it.c
stm32f4xx_it.h
stm32f405.ld
storage.c
storage.h
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
timer.h
uart.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
uart.h
usb.c stmhal: Update and improve LCD driver. 2014-06-15 00:41:47 +01:00
usb.h stmhal: Stop USB before entering DFU by software. 2014-05-21 19:25:34 +01:00
usbd_cdc_interface.c stmhal: Fix USB CDC not flushing packets when an exact multiple of 64. 2014-05-10 18:56:16 +01:00
usbd_cdc_interface.h
usbd_conf.c micropython port for HydraBus 2014-06-02 21:43:02 +02:00
usbd_conf.h
usbd_desc.h
usbd_desc_cdc_msc.c
usbd_msc_storage.c
usbd_msc_storage.h
usrsw.c
usrsw.h