3 Commits (4e056d82cc7cfa1b40c135e1ac544d728231432e)

Author SHA1 Message Date
Damien George e36821a766 stm32/modnwwiznet5k: Add support for W5500 Ethernet chip. 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Damien George 6568001c00 stmhal/Makefile: Automatically fetch stm32lib submodule if needed. 7 years ago
Damien George 05eba60d84 stmhal/Makefile: Use lib/stm32lib instead of local cmsis and hal files. 7 years ago
Damien George 3e1412a1fb stmhal/Makefile: Use GEN_PINS_HDR var instead of writing it explicitly. 7 years ago
Damien George 41b4686dd7 stmhal: Compute PLL freq table during build instead of at run time. 7 years ago
Damien George 7d4a2f773c all: Make use of $(TOP) variable in Makefiles, instead of "..". 7 years ago
Damien George 05a08506ae stmhal/Makefile: Add CFLAGS_EXTRA to CFLAGS so cmdline can add options. 7 years ago
Damien George 703370ebc5 stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C name 7 years ago
Damien George 535804a0ed stmhal/Makefile: Use hardware double-prec FP for MCUs that support it. 7 years ago
Damien George ebfdd96cb2 stmhal: Add possibility to build with double-precision floating point. 7 years ago
Damien George b19138e82e stmhal: Make available the _onewire module, for low-level bus control. 7 years ago
Damien George 4f9858e86d stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. 8 years ago
Damien George 6ff0ecfffc ports: Convert from using stmhal's input() to core provided version. 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Damien George 125eae1ba3 py/modbuiltins: For round() builtin use nearbyint instead of round. 8 years ago
Krzysztof Blazewicz 75589272ef all/Makefile: Remove -ansi from GCC flags, its ignored anyway. 8 years ago
Damien George e5cc681cb1 stmhal: Use generic interrupt char code. 8 years ago
Damien George 7ae9bee790 stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default. 8 years ago
Damien George 882ec01e42 stmhal: Initial implementation of multithreading, currently disabled. 8 years ago
Damien George 84c614e729 stmhal: Convert to use VFS sub-system and new ooFatFs component. 8 years ago
Damien George d6a2d00167 stmhal: Add ability to have filesystem stored on external SPI flash. 8 years ago
Damien George cffe00d6ab stmhal: Add default frozen-bytecode directory and link lcd160cr driver. 8 years ago
Damien George 8678e3edfd stmhal: Convert to use builtin help function. 8 years ago
Pavol Rusnak b82fc8dcef
stmhal: fix wrong usage of gcc -print-libgcc-file-name 8 years ago
Nicholas Graumann 0d75b0d962 stmhal: Add address parameters to openocd config files. 8 years ago
Damien George 3053748987 stmhal: Add beginnings of port-specific machine.I2C implementation. 8 years ago
Paul Sokolovsky 8f5bc3ffc0 stmhal/moduselect: Move to extmod/ for reuse by other ports. 8 years ago
Damien George e5ef15a9d7 py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. 8 years ago
Damien George bdf33bc136 py: Move frozen bytecode Makefile rules from ports to common mk files. 8 years ago
Damien George cd527bb324 lib/libm: Move Thumb-specific sqrtf function to separate file. 8 years ago
Paul Sokolovsky 3967ca7390 stmhal/Makefile: Use standard rules for frozen module generation. 8 years ago
Paul Sokolovsky 799ccdc789 esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. 8 years ago
Dave Hylands 7a9c183c20 stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size. 8 years ago
Philip Potter eb239b8398 stmhal/usb: Add support to receive USB HID messages from host. 8 years ago
Dave Hylands 1f433c719b stmhal: Fix linker map for STM32L476 chips. 8 years ago
Krzysztof Blazewicz 6aea34ad89 lib/cmsis: move CMSIS headers to lib/ 8 years ago
Krzysztof Blazewicz 9310dad15d stmhal: Put common definitions from linker files to common.ld. 8 years ago
Damien George 9526e24234 unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Damien George 76c366df56 stmhal: Add machine.WDT class. 8 years ago
Damien George 9c04ef2a67 unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. 8 years ago
Damien George 3e03d1b87e stmhal: Support frozen packages using .mpy files. 9 years ago
Colin Hogben 104aa26271 cc3200, stmhal, teensy: Use pyhelp_print_obj function. 9 years ago
Paul Sokolovsky 098f3e2862 stmhal: Update Makefile dependencies. 9 years ago
Tobias Badertscher 69f26c68c9 stmhal: L4: Add line to Makefile for building L4 series. 9 years ago
Damien George 040373e4c4 stmhal: For frozen bytecode generation, add dependency of qstr file. 9 years ago
Jan Čapek d76c65f599 py: Add rules for automated extraction of qstrs from sources. 9 years ago
Damien George 733db525e2 stmhal: Add Makefile option FROZEN_MPY_DIR to support frozen bytecode. 9 years ago