micropython/pic16bit
Krzysztof Blazewicz 75589272ef all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
The -ansi flag is used for C dialect selection and it is equivalent to -std=c90.
Because it goes right before -std=gnu99 it is ignored as for conflicting flags
GCC always uses the last one.
2017-03-23 15:32:12 +11:00
..
Makefile all/Makefile: Remove -ansi from GCC flags, its ignored anyway. 2017-03-23 15:32:12 +11:00
board.c
board.h
main.c pic16bit/main: Make mp_lexer_new_from_file raise an exception. 2017-03-14 11:52:05 +11:00
modpyb.c
modpyb.h
modpybled.c
modpybswitch.c
mpconfigport.h
pic16bit_mphal.c
pic16bit_mphal.h
qstrdefsport.h
unistd.h