76 Commits (b82f34edde79e14d6b9260b3fddaf36b1354a558)

Author SHA1 Message Date
Damien George d311655655 stmhal: Add time module with sleep function. 11 years ago
Damien George ad7b84a7b9 stmhal: Add os module with a few basic functions. 11 years ago
Damien George 684164a8cf stmhal: Add PYBv10 config; add RNG support. 11 years ago
Damien George 2fb37847a7 stmhal: Tidy up USB CDC+MSC device some more. 11 years ago
Damien George fb25c2d95f stmhal: USB CDC and MSC device work together. 11 years ago
Damien George 8913c04831 stmhal: Add support for USB MSC device. 11 years ago
Damien George f78d9b1a72 stmhal: Add accelerometer driver; fix bug with LFN. 11 years ago
Damien George 494600bc99 stmhal: Add lcd.c to Makefile, and init LCD in main. 11 years ago
Damien George b92d3e1fde stmhal: Add fatfs support, working with flash and SD card. 11 years ago
Damien George 9e5ea4d768 stmhal: Add flash write support and flash storage driver. 11 years ago
Damien George fb431bf556 stmhal: Add SD card support. 11 years ago
Dave Hylands 9c122029ec stmhal - Add usart support 11 years ago
Damien George 8b96af6907 stmhal: Get RTC working. 11 years ago
Damien George e285511a23 stmhal: Get USB CDC REPL working. 11 years ago
Dave Hylands ca5444e6cd stmhal - add pin mapping, gpio, exti, usrsw 11 years ago
Dave Hylands 0a64c92a9c stmhal - add led support. Add netduino_plus_2 support 11 years ago
Damien George b30c02afa0 stmhal: Get USB enumerating a CDC device. 11 years ago
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