index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
Age
Commit message (
Expand
)
Author
2016-11-16
stmhal: Update HALCOMMITS due to change to hal.
Damien George
2016-11-16
stmhal/make-stmconst.py: Add support for files with invalid utf8 bytes.
Damien George
2016-11-16
stmhal/mphalport.h: use single GPIOx->BSRR register
Krzysztof Blazewicz
2016-11-16
stmhal/hal: do not include <stdio.h> in HAL headers
Krzysztof Blazewicz
2016-11-16
stmhal/i2c: provide custom IRQ handlers
Krzysztof Blazewicz
2016-11-16
stmhal/can: clear FIFO flags in IRQ handler
Krzysztof Blazewicz
2016-11-16
stmhal/dma: mark DMA sate as READY even if HAL_DMA_Init is skipped
Krzysztof Blazewicz
2016-11-16
stmhal/dma: precalculate register base and bitshift on handle init
Krzysztof Blazewicz
2016-11-16
stmhal/i2c: handle I2C IRQs
Krzysztof Blazewicz
2016-11-16
stmhal/make-stmconst.py: fix regex's to work with current CMSIS
Krzysztof Blazewicz
2016-11-16
stmhal/boards: configure all F4 boards to work with new HAL
Krzysztof Blazewicz
2016-11-16
stmhal/hal/sd: reapply HAL commit 09de030 for f4
Krzysztof Blazewicz
2016-11-16
stmhal/hal/rcc: reapply HAL commit c568a2b for f4
Krzysztof Blazewicz
2016-11-16
stmhal/hal: reapply HAL commit 9db719b for f4
Krzysztof Blazewicz
2016-11-16
stmhal/hal/sd: reapply HAL commit 1d7fb82 for f4
Krzysztof Blazewicz
2016-11-16
stmhal/hal/i2c: reapply HAL commit ea040a4 for f4
Krzysztof Blazewicz
2016-11-16
stmhal: apply STM32CubeF4 v1.13.1 patch - upgrade HAL driver to v1.5.2
Krzysztof Blazewicz
2016-11-16
stmhal: upgrade to STM32CubeF4 v1.13.0 - HAL v1.5.1
Krzysztof Blazewicz
2016-11-16
stmhal: upgrade to STM32CubeF4 v1.13.0 - CMSIS/Device 2.5.1
Krzysztof Blazewicz
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-11
stmhal: Rename mp_hal_pin_set_af to _config_alt, to simplify alt config.
Damien George
2016-11-11
stmhal/i2c: Reset the I2C peripheral if there was an error on the bus.
Damien George
2016-11-11
stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.
Damien George
2016-11-11
stmhal/dma: De-init the DMA peripheral properly before initialising.
Damien George
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-07
stmhal: enable SD power save (disable CLK on idle)
Ryan Shaw
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2016-11-03
lib/libm: Move Thumb-specific sqrtf function to separate file.
Damien George
2016-10-29
stmhal/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-21
stmhal/Makefile: Use standard rules for frozen module generation.
Paul Sokolovsky
2016-10-18
stmhal/led: Refactor LED to use mp_hal_pin_output() init function.
Damien George
2016-10-18
stmhal: Refactor pin usage to use mp_hal_pin API.
Damien George
2016-10-18
stmhal/modutime: Refactor to use extmod's version of ticks_cpu.
Damien George
2016-10-17
stmhal: Enable str.center(), str.[r]partition() and builtin compile().
Damien George
2016-10-17
stmhal: Implement machine.soft_reset().
Damien George
2016-10-16
esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.
Paul Sokolovsky
2016-10-14
stmhal/modutime: Refactor to use extmod/utime_mphal.c.
Paul Sokolovsky
2016-10-14
stmhal/pybstdio: Use size_t instead of mp_uint_t.
Damien George
2016-10-07
stmhal: Use mp_raise_OSError helper function.
Damien George
2016-10-06
stmhal: Enable machine.time_pulse_us() function.
Damien George
2016-10-06
stmhal: Disable network and usocket for ESPRUINO_PICO
Dave Hylands
2016-10-05
stmhal/moduos: Implement total-number-of-blocks field in statvfs.
Damien George
2016-10-05
stmhal/mphalport: Change pin obj type to const pointer, to avoid casts.
Damien George
2016-10-05
stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size.
Dave Hylands
2016-10-04
stmhal/usb: Use real packet size (not maximum) in HID receive.
Pavol Rusnak
2016-10-04
stmhal/usb: Use correct ClassData structure for HID receive.
Pavol Rusnak
[prev]
[next]