aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-09-29Merge pull request #877 from dhylands/timer-overflowDamien George
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
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