You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Damien George
42e0c59308
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
These allow to fine-tune the compiler to select whether it optimises
tuple assignments of the form a, b = c, d and a, b, c = d, e, f.
Sensible defaults are provided.
10 years ago
..
Makefile
travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.
10 years ago
main.c
minimal: Allow to compile without defining MICROPY_HAL_H.
10 years ago
mpconfigport.h
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
10 years ago
qstrdefsport.h
minimal: New port, intended to represent minimal working code.
10 years ago
stm32f405.ld
minimal: New port, intended to represent minimal working code.
10 years ago
uart_core.c
minimal: Allow to compile without defining MICROPY_HAL_H.
10 years ago
uart_extra.c
minimal: Allow to compile without defining MICROPY_HAL_H.
10 years ago