index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
stmhal
/
lcd.c
Commit message (
Expand
)
Author
Age
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
stmhal: Make error messages more consistent across peripherals.
Damien George
2017-06-15
*
stmhal: Convert all module and method tables to use MP_ROM macros.
Damien George
2017-05-06
*
stmhal: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
*
stmhal: Use mp_hal_delay_ms instead of HAL_Delay.
Damien George
2017-03-02
*
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2017-01-04
*
stmhal: Refactor pin usage to use mp_hal_pin API.
Damien George
2016-10-18
*
stmhal/{accel,lcd}: use GPIO_{set,clear}_pin
Krzysztof Blazewicz
2016-09-09
*
stmhal/lcd: De-assert chip select after completing SPI transmission.
Tom Soulanille
2016-09-09
*
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
*
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-07-30
*
stmhal: Make LCD initialiser use board pin names instead of cpu names.
Damien George
2015-04-18
*
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
stmhal: Use mp_uint_t where appropriate.
Damien George
2014-10-05
*
stmhal: For spi_init, add argument to select if NSS pin is enabled.
Damien George
2014-09-30
*
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-30
*
stmhal: Add documentation for LCD; update docs for USB_VCP.
Damien George
2014-08-02
*
stmhal: Fix type signatures on functions that take variable args.
Damien George
2014-06-15
*
stmhal: Update and improve LCD driver.
Damien George
2014-06-15
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-02
*
Rename rt_* to mp_*.
Damien George
2014-03-30
*
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-30
*
stmhal: Add TODO's to exti.c; fix delay in lcd.c.
Damien George
2014-03-29
*
stmhal: Improve LED intensity get/set method.
Damien George
2014-03-23
*
stmhal: Add LCD driver.
Damien George
2014-03-19