772 Commits (a1528364b30844a419675532e997843185448a63)

Author SHA1 Message Date
blmorris 5df81de7af sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value. 10 years ago
Dave Hylands ff987ccf11 stmhal: Move debug UART repl to after uart_init0 call. 10 years ago
Damien George c98c128fe8 pyexec: Make raw REPL work with event-driven version of pyexec. 10 years ago
Paul Sokolovsky 3d3ef36e97 modstruct: Rename module to "ustruct", to allow full Python-level impl. 10 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Eero af Heurlin 2378be4e93 stmhal: Allow to configure UART pins completely via mpconfigboard.h. 10 years ago
Dave Hylands c3e37a0cde stmhal: Automatically re-enable IRQs on the USB REPL. 10 years ago
Damien George b7a4f15b34 mp-readline: Save "prompt" string in readline state. 10 years ago
Damien George 95f53461c2 py: Replace py-version.sh with makeversionhdr.py, written in Python. 10 years ago
Dave Hylands fdcb3b7ebb stmhal: Actually disable unhandled timer interrupts. 10 years ago
Dave Hylands fd787c5e4e stmhal: Reset the timer counter to zero after changing the auto reload. 10 years ago
Damien George d8837cea6f stmhal: Implement os.uname() to get details of OS and hardware. 10 years ago
Damien George f35b5d28db stmhal/pyexec.c: Make raw REPL mode 8-bit clean. 10 years ago
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
Henrik e3cd154317 stmhal: Add support for sending and receiving CAN RTR messages. 10 years ago
Damien George 2764a8ee8d stmhal: Remove std.h. It's not needed anymore. 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 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Damien George b1f68685ec stmhal: In USB HID driver, make polling interval configurable. 10 years ago
Damien George 7a6dbaa89b stmhal: Make LED object print LED(x) for consistency with constructor. 10 years ago
Paul Sokolovsky 3a84c8b58d string0.c: Move from stmhal/ to lib/. 10 years ago
Damien George 7e758b1cf8 stmhal, qemu-arm: Enable sys.maxsize attribute. 10 years ago
Damien George 40fc01f406 stmhal: Enable new str.splitlines() method. 10 years ago
Daniel Campora 7b19e99edd lib: Update FatFs to R0.11. 10 years ago
Damien George dfad7f471a stmhal: Optimise ADC.read_timed() so that it can sample up to 750kHz. 10 years ago
Damien George 8657342973 stmhal: Correctly clear wake-up flag before entering standby mode. 10 years ago
Damien George cfe623ae3e stmhal: Expose all PYBv1.0 pins, include SD and USB pins. 10 years ago
Damien George f44ace11fb stmhal: Put flash in deep power-down mode when entering stop mode. 10 years ago
Dave Hylands 49d8e5ebaa stmhal: Fix a bug related to unhandled channel interrupts. 10 years ago
stijn 3cc17c69ff py: Allow retrieving a function's __name__. 10 years ago
Damien George 7674da8057 stmhal: Remove some unnecessary declarations, purely for cleanup. 10 years ago
Paul Sokolovsky 0ef01d0a75 py: Implement core of OrderedDict type. 10 years ago