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-02-10
stmhal: Add mount/umount/mkfs to os module.
Damien George
2016-02-10
stmhal: Expose flash and SD card as proper objects with block protocol.
Damien George
2016-02-10
stmhal: Improve NUCLEO-F401RE build, with UART2 as REPL.
Dave Hylands
2016-02-10
lib/fatfs: Add support for sector sizes larger than 512 bytes.
Damien George
2016-02-10
extmod/fsusermount: Change block protocol to support ioctl method.
Damien George
2016-02-10
extmod/fsusermount: Introduce separate mkfs() function.
Paul Sokolovsky
2016-02-07
stmhal/file: For self-contained usecase, don't define global types.
Paul Sokolovsky
2016-02-07
stmhal/file: Recast as "FatFs file" class, to support other VFS types.
Paul Sokolovsky
2016-02-06
stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c.
Paul Sokolovsky
2016-02-06
stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.
Paul Sokolovsky
2016-02-03
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
Doug Currie
2016-01-30
stmhal: Update HALCOMMITS due to change to hal.
Damien George
2016-01-30
stmhal: In HAL I2C driver, move DMA setup to after sending I2C address.
Damien George
2016-01-29
stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.
Damien George
2016-01-29
stmhal: Make TIM3 available for use by the user.
Damien George
2016-01-29
stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.
Damien George
2016-01-29
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Paul Sokolovsky
2016-01-27
stmhal: Add support for the STM32F401NUCLEO board.
Carmine Noviello
2016-01-26
extmod/modurandom: Add some extra random functions.
Damien George
2016-01-23
stmhal: Add support for building frozen files.
Dave Hylands
2016-01-19
stmhal: Add os.statvfs
Dave Hylands
2016-01-17
extmod/modurandom: Add "urandom" module.
Paul Sokolovsky
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-07
stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions.
Damien George
2016-01-07
stmhal: Make stm constants big ints when they don't fit in a small int.
Damien George
2015-12-30
stmhal: Fix USB on the STM32F429DISC board
Dave Hylands
2015-12-25
extmod/fsusermount: Move module qstrs to global pool from stmhal port.
Paul Sokolovsky
2015-12-22
stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.
Damien George
2015-12-19
stmhal: Add mem8/mem16/mem32 operations to machine module.
Dave Hylands
2015-12-18
stmhal: Change PLL configuration for STM32F7DISC.
Fabian
2015-12-18
stmhal, cc3200: Actually implement machine -> umachine module weak link.
Paul Sokolovsky
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-12-16
stmhal/moduselect: Implement "oneshot polling" flag.
Paul Sokolovsky
2015-12-16
stmhal: Extend SPI support to fully support all SPI devices on STM32F429.
Tobias Badertscher
2015-12-12
stmhal: Make uart init use struct instead of array for parsing args.
Damien George
2015-12-12
stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.
Damien George
2015-12-10
stmhal: add order-only dependency on build directory
Sven Wegener
2015-12-09
stmhal/timer: Use mp_float_t instead of float.
Damien George
2015-12-09
stmhal: Enable two USB phys to be supported together.
neilh10
2015-12-07
stmhal: Print exception information in nlr_jump_failed
Dave Hylands
2015-12-07
stmhal: Execute boot.py and main.py when formatting the file system.
Dave Hylands
2015-12-04
stmhal: Fix uart off by 1 circular buffer size.
Ryan Shaw
2015-12-04
stmhal: Add option to free up TIM3 from USB VCP polling.
Damien George
2015-12-04
stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher.
Damien George
2015-12-04
stmhal: Add rtc.init() method to force RTC to re-initialise.
Damien George
2015-12-04
stmhal: Protect SD card DMA transactions against USB MSC contention.
Damien George
2015-12-04
stmhal: Add raise_irq_pri and restore_irq_pri functions.
Damien George
2015-12-02
stmhal: Put all DMA channel & stream definitions in dma.h
Dave Hylands
2015-12-02
stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0.
Damien George
2015-11-30
stmhal: Make uart.write() function correctly for timeout=0.
Damien George
[next]