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
/
modmachine.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-30
all: Convert remaining "mp_uint_t n_args" to "size_t n_args".
Damien George
2017-08-29
stmhal: Update to new STM Cube HAL library.
Damien George
2017-08-24
stmhal/modmachine: For F7 MCU, save power by reducing internal volt reg.
Damien George
2017-08-24
stmhal: Compute PLL freq table during build instead of at run time.
Damien George
2017-08-23
stmhal/modmachine: Improve support for sleep/deepsleep on F7 MCUs.
Damien George
2017-08-23
stmhal/modmachine: Make machine.bootloader() work when MPU is enabled.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-05-16
stmhal/modmachine: Remove TODO comment that is now implemented.
Damien George
2017-05-16
stmhal/modmachine: Add machine.UART class, linking to pyb.UART.
Damien George
2017-05-06
stmhal: Convert all module and method tables to use MP_ROM macros.
Damien George
2017-03-02
stmhal: Use mp_hal_delay_ms instead of HAL_Delay.
Damien George
2017-02-15
stmhal: Implement a proper thread scheduler.
Damien George
2017-01-31
stmhal/modmachine: Add machine.Signal type.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-27
stmhal: Convert to use VFS sub-system and new ooFatFs component.
Damien George
2016-10-17
stmhal: Implement machine.soft_reset().
Damien George
2016-10-06
stmhal: Enable machine.time_pulse_us() function.
Damien George
2016-10-03
stmhal/spi: Make machine.SPI class conform to correct API.
Damien George
2016-09-27
stmhal/modmachine: Fix clearing of reset-cause flags.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-08
stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.
Damien George
2016-09-06
stmhal/modmachine: Implement machine.reset_cause() function, and consts.
Damien George
2016-09-04
stmhal: Add machine.WDT class.
Damien George
2016-05-05
stmhal: L4: Add support for machine.sleep on STM32L4 MCUs.
Tobias Badertscher
2016-04-17
stmhal: Fix machine.unique_id() function to work for all MCUs.
Damien George
2016-04-12
stmhal: Use new generic I2C object in machine module.
Damien George
2016-01-29
stmhal: Make TIM3 available for use by the user.
Damien George
2016-01-07
stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions.
Damien George
2015-12-19
stmhal: Add mem8/mem16/mem32 operations to machine module.
Dave Hylands
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-11-23
stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined.
Damien George
2015-11-23
stmhal: Implement delayed RTC initialization with LSI fallback.
T S
2015-11-14
stmhal/modmachine: Initial attempt to add I2C & SPI classes.
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-30
stmhal: Add define for UNIQUE_ID address (differs per MCU)
Dave Hylands
2015-10-19
stmhal: Bring Pin class close to new machine module specification.
Damien George
2015-10-19
stmhal: Early version of machine module for stmhal.
Dave Hylands