4096 Commits (1679696612007107dac55d936006b1923eda2475)
 

Author SHA1 Message Date
Damien George 404b68da88 stmhal: Provide ADC capabilities for F401 and F411 MCUs. 10 years ago
Damien George b42a5050fb stmhal: Add support for STM32F411 MCU. 10 years ago
Damien George 3e592531eb stmhal: For flash storage use same params for F407 as F405. 10 years ago
Damien George 90e6d0c2ac stmhal: Add support for Espruino Pico board. 10 years ago
Damien George e4b4e5aa31 stmhal: Add stm32f401.ld for linking F401 targets. 10 years ago
Damien George 0435e76250 stmhal: Make ld and af files configurable within Makefile. 10 years ago
Damien George 03ec6e4d01 stmhal: Add stm32f401_af.csv, for AF definitions of F401 MCUs. 10 years ago
Damien George 9253e7bdf7 stmhal: Rename stm32f4xx_af.csv to stm32f405_af.csv. 10 years ago
Damien George 6be0bbb886 stmhal: Add support for flash filesystem on F401 MCUs. 10 years ago
Damien George 5a11086d64 stmhal: Allow extint.c to compile without USB HS support. 10 years ago
Damien George d15fe5a6b3 stmhal: Make I2C busses and their pins configurable in mpconfigboard.h. 10 years ago
Damien George 8892f71dd0 stmhal: Exclude code for UARTs that don't exist in hardware. 10 years ago
Damien George 73f1a49137 stmhal: Exclude USB HS code when USB HS mode not enabled. 10 years ago
Damien George c92c7a69fd stmhal: Exclude code for those timers that don't exist in the hardware. 10 years ago
Damien George 7d6595fd18 stmhal: Make LCD initialiser use board pin names instead of cpu names. 10 years ago
Damien George 50ea86fe8b stmhal: For pins, define macros mapping board names to cpu names. 10 years ago
Damien George 2e5704d101 stmhal: Make a HW config option for LED4 being controlled by PWM. 10 years ago
Damien George 8bdbc20e74 stmhal: Make HSE PLL parameters configurable per board. 10 years ago
Daniel Campora 23008db6e1 README.md: Add the CC3200 port to the list of additional components. 10 years ago
Henrik e3cd154317 stmhal: Add support for sending and receiving CAN RTR messages. 10 years ago
Damien George 259eaab9a9 cc3200: Clean up and reduce use/include of std.h. 10 years ago
Damien George 2764a8ee8d stmhal: Remove std.h. It's not needed anymore. 10 years ago
Damien George f53a8e712f lib/libc/string0.c: Remove include of std.h, replace with string.h. 10 years ago
Damien George 1c9a499135 py/vstr.c: Allow vstr_printf to print correctly to a fixed buffer. 10 years ago
Daniel Campora c1a77a0c9f cc3200: Use new %q format to print qstr's where appropiate. 10 years ago
Daniel Campora 2cd247e819 cc3200: Clean up bootloader makefile and remove superflous assert. 10 years ago
Damien George dcbf62b43d acks: Add 1 name to the ACKNOWLEDGEMENTS file. 10 years ago
Damien George 7d5e34287c stmhal: Allow sending CAN messages with timeout=0. 10 years ago
blmorris 4c45921349 stmhal: Use new %q format to print qstr's in a few more places. 10 years ago
Damien George feff00e1a5 Add .gitattributes file to force text line endings to LF. 10 years ago
Damien George a102e01ce1 logo: Change line endings in FONT-LICENSE.txt from CRLF to LF. 10 years ago
Damien George 90aa7595b4 tests: Convert line endings in fun_name.py from CRLF to LF. 10 years ago
Damien George 2941d5c714 qemu-arm: Get compiling again with recent changes to print framework. 10 years ago
Damien George a86d40ccd4 cc3200: Get bootloader compiling with latest overhaul of printf code. 10 years ago
Damien George 044c473de2 py: Add %q format support to mp_[v]printf, and use it. 10 years ago
Damien George e72cda99fd py: Convert occurrences of non-debug printf to mp_printf. 10 years ago
Damien George 5ae5ec986e py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*. 10 years ago
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Paul Sokolovsky 56beb01724 objarray: Support assignment of bytes to bytearray slice. 10 years ago
Damien George 9a18e21066 acks: Add 2 names to the ACKNOWLEDGEMENTS file. 10 years ago
Daniel Campora 4c37489f4c cc3200: Correct the IP address byte order in the FTP server. 10 years ago
Daniel Campora f7a26472af cc3200: Add IPPROTO_SEC to be able to create secure sockets. 10 years ago
Damien George b1f68685ec stmhal: In USB HID driver, make polling interval configurable. 10 years ago
Daniel Campora 99f7184073 cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN. 10 years ago
Daniel Campora c69b4310c8 cc3200: Add WLAN.config_ip(). 10 years ago
Dave Hylands b21786947f py/formatfloat.c: Fix format of floating point numbers near 1.0. 10 years ago
Paul Sokolovsky 8b7faa31e1 objstr: split(None): Fix whitespace properly. 10 years ago
Damien George 6eb7530083 py: In emitinlinethumb, use qstr_data instead of qstr_str and strlen. 10 years ago
Damien George 55fe92bb8f py: Remove old debugging printf's in compile.c. 10 years ago
Damien George 7a6dbaa89b stmhal: Make LED object print LED(x) for consistency with constructor. 10 years ago