aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
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
2014-10-05stmhal, timer: Improve accuracy of freq computation.Damien George
2014-10-05stmhal, timer: Set freq from float; get timer source freq.Damien George
2014-10-04stmhal: Allow pyb.freq() function to change SYSCLK frequency.Damien George
2014-10-04stmhal: Adjust computation of SYSCLK to retain precision.Damien George
2014-10-02stmhal: Add basic CAN bus support.Damien George
2014-10-02stmhal: Set is_enabled=false when creating UART object; fix doc typo.Damien George
2014-10-02stmhal: Update help text.Damien George
2014-10-01Proposed fix for USB Mass Storage.Dave Hylands
2014-09-30stmhal: Enable patch_program in cc3k driver, with key.Damien George
2014-09-30stmhal: Fix wiznet5k init of SPI bus.Damien George
2014-09-30drivers, cc3000: Wrap exported functions in a macro for renaming.Damien George
2014-09-30drivers, wiznet5k: Wrap exported functions in a macro for renaming.Damien George
2014-09-30stmhal: Add network and usocket module.Damien George
2014-09-30stmhal: For spi_init, add argument to select if NSS pin is enabled.Damien George
2014-09-30py: Remove IOError since it's deprecated; use OSError instead.Damien George
2014-09-29stmhal, fatfs: Use stdlib for string fns; make all private fns static.Damien George
2014-09-29stmhal: Add label to internal flash drive on creation.Damien George
2014-09-29stmhal: Fix edge case for timer PWM of 100%.Damien George
2014-09-29Merge pull request #881 from dhylands/elapsedDamien George
2014-09-29Merge pull request #877 from dhylands/timer-overflowDamien George
2014-09-28Added pyb.elapsed_millis and pyb.elapsed_microsDave Hylands
2014-09-27Fix timer overflow code.Dave Hylands
2014-09-26stmhal, modcc3k: Add ioctl to cc3k sockets so select works.Damien George
2014-09-26stmhal: Initial implementation of cc3k module and driver.Damien George
2014-09-26drivers, cc3k: Move cc3000 driver from stmhal to drivers directory.Damien George
2014-09-25stmhal: Enable 8-byte stack alignment for IRQ handlers.Damien George
2014-09-25stmhal, timer: Factor code to compute PWM percent; improve 32bit case.Damien George
2014-09-25Merge pull request #868 from dhylands/fix-teensy-floatDamien George
2014-09-23Add pulse_width_percent to teensy.Dave Hylands
2014-09-23py: Free non-interned strings in the parser when not needed.Damien George
2014-09-23stmhal: Initialise stack pointer correctly.Damien George
2014-09-21stmhal: Add pulse_width_ratio to timer channel object.Damien George
2014-09-19Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands
2014-09-17stmhal: Fix bugs in documentation so it compiles.Damien George
2014-09-17py: Add native json printing using existing print framework.Damien George
2014-09-15stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.Damien George
2014-09-15stmhal/sdcard.c: add pyb.SD.writeFelix Domke