57 Commits (e69b7e82884cb7af5a3df4677da45f04060deac4)

Author SHA1 Message Date
Dave Hylands 9db719bb57 stmhal - More systick cleanup. Fix HAL_Delay 11 years ago
Dave Hylands f14b92b9e1 REPl working on UART6 with STMHAL 11 years ago
Damien George f555d5deca stmhal: Set SysTick priority to highest level. 11 years ago
Damien George 4ef1dbcbf6 stmhal: Get SysTick and HSE working. 11 years ago
Dave Hylands dd38d90724 Initial checkin with STM HAL 11 years ago
Damien George c3d35c6ac7 stm: Put pyb module in ROM. 11 years ago
Damien George 0c36da0b59 Implement ROMable modules. Add math module. 11 years ago
Damien George 360b25ab0f stm: Add udelay (delay in microseconds). 11 years ago
Damien George cd000645f8 stm: Improve DAC (audio) bindings. 11 years ago
mux 6882dbd9f8 Implement machine_sqrt using VSQRT 11 years ago
Damien George 2ee55c312d stm: Add option to pyb_usb_dev_init() to use USB HID interface. 11 years ago
Dave Hylands ee31f71d39 Add EXTI support 11 years ago
Damien George 790eed6f93 stm: Make pendsv_nlr_jump work when debugging is enabled. 11 years ago
Damien George 302646625b stm: Add RTC start-up info, and uPy bindings. 11 years ago
Dave Hylands 51dabac096 Add pin mapping code. 11 years ago
Paul Sokolovsky 4aee119f94 stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"]. 11 years ago
Dave Hylands 90928f1194 Fix build for netduino and stm32f4disc 11 years ago
Damien George 402dc31aa7 stm: Factor out GPIO code to its own file. Add functions to set GPIO mode. 11 years ago
Damien George 2abbae3419 stm: Rename mma -> accel. 11 years ago
Damien George 754a8dd827 stm: Put REPL functions in own file; add raw REPL mode. 11 years ago
Damien George c5966128c7 Implement proper exception type hierarchy. 11 years ago
Damien George 70d7a83c74 stm: If SD card inserted on hard reset, it is the medium for USB MSD. 11 years ago
Damien George 099a9cb575 Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
Damien George ed378cd12f stm: Tidy up memory labels; optimise GC root scanning. 11 years ago
Damien George 23177088d2 stm: Mount SD card on 1:/ if present. 11 years ago
Dave Hylands 1570a96cad Initial support for Netduino 11 years ago
Damien George 01156d510c stm: Add support for ctrl-C to interrupt running Python. 11 years ago
Damien George 2d15c1216d stm: Add optional memory debugging output. 11 years ago
Damien George 01fa4a9164 stm: Fix gccollect ram range. 11 years ago
mux bfb01e9da6 Fix unused function warning in main 11 years ago
mux 76a6335b6e Move HEAP_END and RAM_END to linker script 11 years ago
Damien George 217814cc63 stm: Increase timeout for RTC LSE startup; use backup regs. 11 years ago
Damien George 75abee206d stm: USB host mode working! Restructure stm library directories. 11 years ago
Damien George 51f3a6becd stm: Improved ADC module; add BOARD_NAME config value. 11 years ago
Damien George b829b5caec Implement mp_parse_node_free; print properly repr(string). 11 years ago
Damien George 449dd0a69e stm: Put gc_collect code in separate file; define _ram_start in .ld. 11 years ago
Damien George 0004a84ec0 Revert "Move gc_collect to py/gc.c" 11 years ago
mux a215b09c0d Move gc_collect to py/gc.c 11 years ago
mux 40048adabc Move file obj to separate module 11 years ago
Damien George 3257d3543b stm: Remove unnecessary #includes; small other changes. 11 years ago
Damien George 26a00085fe stm: LCD support for PYBv4; fix MMA reading code. 11 years ago
mux 638179fb9c Move RTC to Separate Module 11 years ago
mux c4808dae0a Add More Feature Test Macros 11 years ago
Damien George b5d13c309f stm: Fix USART3 init. Small edits to Makefile and other things. 11 years ago
mux 3c7e71fb00 Fix Feature Macro Prefix 11 years ago
mux 630d8ff89f Remove Underscore from Macro Names 11 years ago
mux 28b23f09a4 Add Generic Feature Macros to mpconfigport 11 years ago
Damien George 5fa93b6755 Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
Dave Hylands 72a31162e9 Fix support for STM32F4DISCOVERY 11 years ago
Damien George 2c30256382 stm: Clean up main.c; disable libgcc by default. 11 years ago