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
2017-02-15
stmhal: Use generic interrupt char code.
Damien George
2017-02-15
stmhal: Implement a proper thread scheduler.
Damien George
2017-02-13
stmhal/boards: For STM32F411DISC, change I2C pin according to datasheet.
Johannes Wågen
2017-02-08
stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default.
Damien George
2017-02-07
stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file.
Damien George
2017-02-06
stmhal: Use MICROPY_EVENT_POLL_HOOK instead of __WFI where appropriate.
Damien George
2017-02-06
stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.
Damien George
2017-02-06
stmhal: On HardFault, print stack pointer and do a stack dump.
Damien George
2017-02-03
stmhal/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
Damien George
2017-01-31
stmhal: Fix build issue when MICROPY_PY_THREAD is disabled.
Damien George
2017-01-31
stmhal/main: Use _estack value to initialise stack extents.
Damien George
2017-01-31
stmhal: Initial implementation of multithreading, currently disabled.
Damien George
2017-01-31
stmhal/pendsv: Fill in comments about what the stack contains.
Damien George
2017-01-31
stmhal/main: Guard init_sdcard_fs with MICROPY_HW_HAS_SDCARD.
Damien George
2017-01-31
stmhal/modmachine: Add machine.Signal type.
Damien George
2017-01-31
stmhal/pin: Add C-level pin ioctl method.
Damien George
2017-01-31
stmhal/main: Put /sd directory before /flash in sys.path.
Damien George
2017-01-31
stmhal: On boot, mount all available partitions of the SD card.
Damien George
2017-01-31
stmhal/README: Add paragraph about building mpy-cross.
Damien George
2017-01-30
stmhal: Fix stack pointer initialisation for F411 and F429 boards.
Damien George
2017-01-30
stmhal: Set the FatFs partition number when initialising VFS object.
Damien George
2017-01-30
stmhal: Use LED constants from PYBv4 onwards.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-29
stmhal/moduos: Remove duplicated chdir.
Damien George
2017-01-29
stmhal: Fix name of automatically created boot.py.
Damien George
2017-01-27
stmhal: Convert to use VFS sub-system and new ooFatFs component.
Damien George
2017-01-27
stmhal/usbd_msc_storage: Use storage functions instead of disk ones.
Damien George
2017-01-27
extmod/vfs: Add ability for VFS sub-system to import using VfsFat.
Damien George
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-24
stmhal/mpconfigport.h: Reorganise the config options into groups.
Damien George
2017-01-24
stmhal/boards/STM32L476DISC: Use external SPI flash for filesystem.
Damien George
2017-01-24
stmhal: Add ability to have filesystem stored on external SPI flash.
Damien George
2017-01-24
stmhal: Fix examples in openocd configs to include addresses.
Pavol Rusnak
2017-01-23
stmhal: Add default frozen-bytecode directory and link lcd160cr driver.
Damien George
2017-01-22
stmhal: Enable help('modules') feature.
Damien George
2017-01-22
stmhal: Convert to use builtin help function.
Damien George
2017-01-19
stmhal: Implement SNAK/CNAK mechanism for USB HID receive.
Pavol Rusnak
2017-01-19
stmhal: Implement ioctl for USB HID read.
Pavol Rusnak
2017-01-19
stmhal: Fix USB HID receive not receiving the first packet.
Pavol Rusnak
2017-01-12
stmhal: fix wrong usage of gcc -print-libgcc-file-name
Pavol Rusnak
2017-01-12
stmhal: Support PortG on STM32L476 and STM32L486.
Dave Hylands
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-28
stmhal/uart: Increase inter-character timeout by 1ms.
Damien George
2016-12-28
stmhal/uart: Provide a custom function to transmit over UART.
Damien George
2016-12-23
stmhal, esp8266: Enable utimeq module.
Paul Sokolovsky
2016-12-22
stmhal: Add support for STM32 Nucleo64 L476RG.
sergiuszm
2016-12-22
stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
[prev]
[next]