aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-09-15stmhal/hal/src/stm32f4xx_hal_sd.c: fix SDHC card capacityFelix Domke
2014-09-15py: Move definition of mp_sys_exit to core.Damien George
2014-09-13py: Implement divmod, % and proper // for floating point.Damien George
2014-09-13stmhal: Slightly improved memcpy; memset uses word store when aligned.Damien George
2014-09-12Merge branch 'memcpy' of github.com:iabdalkader/micropython into iabdalkader-...Damien George
2014-09-11Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-09-11py and libm: Add asinf,acosf; print higher precision for float.Damien George
2014-09-11Optimize memcpy moreiabdalkader
2014-09-11Add LIS3DSH accelometer support to staccel.pyHirotaka Kawata
2014-09-11Memcpy: copy wordsiabdalkader
2014-09-07stmhal: uart ioctl uses EINVAL, and checks TXE bit for write-ability.Damien George
2014-09-07Remove skeletal modselect from extmod and just put it in stmhal.Damien George
2014-09-07stmhal: Fix modselect so non-hashable objects can be polled.Damien George
2014-09-07stmhal: Add polling ability to UART object.Damien George
2014-09-07stmhal: Implement generic select.select and select.poll.Damien George
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