aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2016-12-19atmel-samd: Add preliminary support for UARTSebastian Plamauer
2016-12-09Fix pyexec_file calls.Scott Shawcroft
2016-11-08py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George
2016-11-07stmhal: enable SD power save (disable CLK on idle)Ryan Shaw
2016-11-03drivers: Add "from micropython import const" when const is used.Damien George
2016-11-03lib/libm: Move Thumb-specific sqrtf function to separate file.Damien George
2016-10-29stmhal/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR.Paul Sokolovsky
2016-10-29extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.Paul Sokolovsky
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-10-21stmhal/Makefile: Use standard rules for frozen module generation.Paul Sokolovsky
2016-10-18stmhal/led: Refactor LED to use mp_hal_pin_output() init function.Damien George
2016-10-18stmhal: Refactor pin usage to use mp_hal_pin API.Damien George
2016-10-18stmhal/modutime: Refactor to use extmod's version of ticks_cpu.Damien George
2016-10-17stmhal: Enable str.center(), str.[r]partition() and builtin compile().Damien George
2016-10-17stmhal: Implement machine.soft_reset().Damien George
2016-10-16esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.Paul Sokolovsky
2016-10-14stmhal/modutime: Refactor to use extmod/utime_mphal.c.Paul Sokolovsky
2016-10-14stmhal/pybstdio: Use size_t instead of mp_uint_t.Damien George
2016-10-07stmhal: Use mp_raise_OSError helper function.Damien George
2016-10-06stmhal: Enable machine.time_pulse_us() function.Damien George
2016-10-06stmhal: Disable network and usocket for ESPRUINO_PICODave Hylands
2016-10-05stmhal/moduos: Implement total-number-of-blocks field in statvfs.Damien George
2016-10-05stmhal/mphalport: Change pin obj type to const pointer, to avoid casts.Damien George
2016-10-05stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size.Dave Hylands
2016-10-04stmhal/usb: Use real packet size (not maximum) in HID receive.Pavol Rusnak
2016-10-04stmhal/usb: Use correct ClassData structure for HID receive.Pavol Rusnak
2016-10-04stmhal/usb: Add support to receive USB HID messages from host.Philip Potter
2016-10-04stmhal/usbdev: Add OUT endpoint to HID interface.Philip Potter
2016-10-04stmhal: Fix linker map for STM32L476 chips.Dave Hylands
2016-10-04stmhal/spi: Enable use of fast software SPI.Damien George
2016-10-04extmod/machine_spi: Use delay_half, not baudrate, for internal timing.Damien George
2016-10-04stmhal/spi: Use software SPI if no periph id given, even if pins given.Damien George
2016-10-03stmhal/mphalport: Fix mp_hal_pin_write to use correct pin_mask.Damien George
2016-10-03stmhal/spi: Make machine.SPI class conform to correct API.Damien George
2016-10-03stmhal/mphalport: Implement mp_hal_pin_{input,output,write}.Damien George
2016-10-03stmhal/spi: Simplify spi_transfer function to take only one buf len arg.Damien George
2016-10-03extmod/machine_spi: Simplify SPI xfer function to only take one buf len.Damien George
2016-09-30lib/cmsis: move CMSIS headers to lib/Krzysztof Blazewicz
2016-09-28stmhal: Remove CMSIS STM32F2xx files, they are unused/unsupported.Damien George
2016-09-27stmhal: Add virtual com port support for STM32L476DISC.Nicholas Graumann
2016-09-27stmhal/modmachine: Fix clearing of reset-cause flags.Damien George
2016-09-22stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported.Krzysztof Blazewicz
2016-09-22stmhal: Put common definitions from linker files to common.ld.Krzysztof Blazewicz
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-20stmhal: Use attribute to avoid inlining.Stefan Agner
2016-09-19stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.Damien George
2016-09-14stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.Damien George
2016-09-09stmhal/extint: Force 0 to 1 transition on swint().Krzysztof Blazewicz
2016-09-09stmhal/{accel,lcd}: use GPIO_{set,clear}_pinKrzysztof Blazewicz
2016-09-09stmhal/lcd: De-assert chip select after completing SPI transmission.Tom Soulanille