aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-29py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.Damien George
2014-12-27stmhal: Add ability to mount custom block device.Damien George
2014-12-27stmhal: Upgrade to latest fatfs driver.Damien George
2014-12-27Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky
2014-12-24stmhal: Enable ubinascii module, weak link to binascii.Damien George
2014-12-21stmhal: gccollect.h is superfluous in many places.Paul Sokolovsky
2014-12-21stmhal: Use gc_dump_info() function instead of adhoc code.Paul Sokolovsky
2014-12-20stmhal: Include MICROPY_HAL_H only if defined.Paul Sokolovsky
2014-12-19py: Add execfile function (from Python 2); enable in stmhal port.Damien George
2014-12-18lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.Damien George
2014-12-09py: Allow builtins to be overridden.Damien George
2014-12-08stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs.Damien George
2014-12-08stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs.Damien George
2014-12-08modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky
2014-12-07stmhal: Allow network, uselect, usocket mods to be used by other ports.Damien George
2014-12-06stmhal: Make SPI bus use DMA for transfers.Damien George
2014-12-05py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George
2014-12-05py: Optimise lexer by exposing lexer type.Damien George
2014-12-04stmhal: Overhaul network drivers; has generic network protocol in C.Damien George
2014-12-02stmhal: Move RTC HAL init functions to rtc.c, where they belong.Damien George
2014-11-30stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise.Damien George
2014-11-29stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-11-27stmhal: Enable uhashlib module; add heapq, hashlib weak links.Damien George
2014-11-27stmhal: Remove unnecessary HAL_Delay in readline loop.Damien George
2014-11-27stmhal: Reduce coupling between USB driver and readline.Damien George
2014-11-26Adding CAN filter managementHenrik Sölver
2014-11-25stmhal: Enable DAC on STM32F4DISC.Damien George
2014-11-16py: Make stream seek correctly check for ioctl fn; add seek for textio.Damien George
2014-11-17stmhal: Switch to file.seek() implementation using stream ioctl.Paul Sokolovsky
2014-11-17stream: Convert .ioctl() to take fixed number of args.Paul Sokolovsky
2014-11-15stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.Damien George
2014-11-15stmhal: Fix HAL error raising; make test for it.Damien George
2014-11-05stmhal: Declare variables extern in include filesSven Wegener
2014-11-05py: Fix some macros defines; cleanup some includes.Damien George
2014-11-02stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).Damien George
2014-10-31stmhal: Fix UART so bits counts number of data bits, not incl parity.Damien George
2014-10-31py: Add builtin round function.Damien George
2014-10-31stmhal: Update some inlined docs for network and CAN.Damien George
2014-10-31stmhal: Implement support for RTS/CTS hardware flow control in UART.Damien George
2014-10-31stmhal: Add ioctl to USB_VCP object, so it works with select.Damien George
2014-10-30stmhal: Improve CAN print function.Damien George
2014-10-30stmhal: Added support for extended CAN frames.Henrik Sölver
2014-10-30stmhal: Fix ptr arith in CC3000 code; enable network build in travis.Damien George
2014-10-29Fix errors after enabling -Wpointer-arithstijn
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-10-26stmhal: Allow DAC object to be initialised from a pin.Damien George
2014-10-26stmhal: Improve REPL control codes; improve pyboard.py script.Damien George
2014-10-26stmhal: Change SPI phase spec to 0,1 to match standard conventions.Damien George