summaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
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
2014-10-25py: Add mp_pending_exception global variable, for VM soft interrupt.Damien George
2014-10-25stmhal: Change USB PID when in CDC+HID mode.Damien George
2014-10-25stmhal: Change fresh boot.py and main.py to use \r\n newlines.Damien George
2014-10-25stmhal: Fill in USB class/subclass/proto for CDC+HID device.Damien George
2014-10-25USB CDC ACM: populate bFunction{Class,SubClass,Protocol} in the interface ass...Felix Domke
2014-10-24stmhal: Use stream's readinto.Damien George
2014-10-23stmhal: Fix pin af definition: TIM2_CH1_ETR -> TIM2_CH1/TIM2_ETR.Damien George
2014-10-23stmhal: Use OSError with POSIX error code for HAL errors.Damien George
2014-10-23py: Add builtin memoryview object (mostly using array code).Damien George
2014-10-22extmod: Add uheapq module.Damien George
2014-10-22Add pydfu.py to the micropython tree. Use dfu_util bgy defaultDave Hylands
2014-10-22stmhal: Add MMA_INT/PB2 to available pins on PYBV10.Damien George
2014-10-22Fixed TIM2_CH1 definition.Dave Hylands
2014-10-22stmhal: Don't return SystemExit value from parse_compile_execute.Damien George
2014-10-22Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset.Dave Hylands
2014-10-22stmhal: Change cc3k.recv to only make 1 call to underlying recv().Damien George
2014-10-21stmhal: Overhaul UART class to use read/write, and improve it.v1.3.4Damien George
2014-10-21Merge pull request #922 from swegener/for-upstreamDamien George
2014-10-21Implement kwargs for builtin open() and _io.FileIOstijn
2014-10-21stmhal: Set entry point for ELF binary debuggingSven Wegener
2014-10-20stmhal: Add retry to SD card init.Damien George
2014-10-18unix, stmhal: Implement file.readinto() method.Paul Sokolovsky
2014-10-12moduzlib: Fix fn prototype and some code style; use it in stmhal port.Damien George
2014-10-12stmhal: Oops: rename mod files in Makefile.Damien George
2014-10-12stmhal: Rename module files to keep consistency with module name.Damien George
2014-10-12stmhal: Enable module weak links.Damien George
2014-10-11stmhal: Enable ure module (tests pass on pyboard).Damien George
2014-10-10Add support for complimentary channel output and deadtime.Dave Hylands
2014-10-09stmhal: Add pyb.stop() and pyb.standby() functions.Damien George
2014-10-09py: Add further checks for failed malloc in lexer init functions.Damien George
2014-10-07Allow real memory errors (from locked gc) to be reported with traceback.Dave Hylands
2014-10-06stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver.Damien George
2014-10-05stmhal: Use mp_uint_t where appropriate.Damien George
2014-10-05py: Make compiler return a proper exception on SyntaxError.Damien George
2014-10-05stmhal: Add config option to disable/enable CAN driver.Damien George
2014-10-05stmhal, timer: Fix timer.chanel so mode can be a keyword.Damien George