aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-09-01stmhal, modwiznet5k: Add very minimal documentation.Damien George
2014-09-01stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.Damien George
2014-08-30Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George
2014-08-29lib: Add lib and libm, moving current files from stmhal.Damien George
2014-08-26Merge pull request #824 from dhylands/sdcard-powerDamien George
2014-08-26stmhal, STM32F4DISC: Small changes to ST accel driver.Damien George
2014-08-26stmhal, staccel.py: Style cleanup.Damien George
2014-08-26Added LIS302DL ID checkDavid Siorpaes
2014-08-26stmhal: Hookup USB_VCP.any().Damien George
2014-08-26stmhal: Fix build issues with (old) CC3000 driver.Damien George
2014-08-25Fix sdcard_power_on to not do anything if the card is already powered on.Dave Hylands
2014-08-25stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.Damien George
2014-08-25stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis.Damien George
2014-08-25Add support for pyb.micros() by using the systick timer.Dave Hylands
2014-08-25stmhal: Make enable_irq and disable_irq inline functions.Damien George
2014-08-25Add save/restore_irqDave Hylands
2014-08-24stmhal, pin: Update documentation.Damien George
2014-08-24Added python script to map AF to a pin nameDave Hylands
2014-08-24stmhal, modtime: Small changes, reduced code size by around 80 bytes.Damien George
2014-08-24Add time.mktime and enhance time.localtime (for stmhal)Dave Hylands
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-16Put some code into the first 16K of flashDave Hylands
2014-08-16stmhal: In safe mode, still mount SD card and present as MSD over USB.Damien George
2014-08-16stmhal: Fix printing of pin name in error message.Damien George
2014-08-16stmhal: For non-debug compile, enable CC/LD opt to remove dead code.Damien George
2014-08-14stmhal: Resolve question in comment about timer clock.Damien George
2014-08-12extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal.Damien George
2014-08-12stmhal: Enable moductypes by default.Damien George
2014-08-10stmhal: Working STM32F4DISC accelerometer, via Python script.Damien George
2014-08-10doc: Document gc, sys, math, cmath.Damien George
2014-08-10stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard").Damien George
2014-08-09stmhal, pin: Save 140 bytes ROM by simplifying pin_print function.Damien George
2014-08-09stmhal, pin: Simplify default value for alternate function init.Damien George
2014-08-08stmhal: Start of documentation for modos and modtime.Damien George
2014-08-08stmhal/teensy: Use _ instead of - in source file names.Damien George
2014-08-08stmhal: Fix documentation; remove ability to specify af by str.Damien George
2014-08-08stmhal: Comment out unused functions.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-08-06stmhal: Update STM32Cube F4 HAL driver to V1.3.0.Damien George
2014-08-06stmhal: Ability to stat /flash and /sd.Damien George
2014-08-06stmhal: Put #if guards around all GPIOx_CLK_ENABLE's.Damien George
2014-08-06stmhal: Enable relevant GPIO clock when Pin obj is init'd.Damien George
2014-08-05stmhal: Wrap DAC module and os.urandom in relevant #if's.Damien George
2014-08-05stmhal, math: Define _M_LN2 if not already defined.Damien George
2014-08-04stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-08-03stmhal: Document behaviour of usb_vcp_recv_byte.Damien George
2014-08-02stmhal: Add more documentation for USB_VCP.Damien George
2014-08-02stmhal: Add documentation for LCD; update docs for USB_VCP.Damien George
2014-08-02stmhal: Add preliminary driver for ST32F4DISC accelerometer.Damien George