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
2014-04-18
stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.
Damien George
2014-04-18
stmhal: Update help and comments re gpio changing to Pin.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-18
stmhal: Remove non-ascii character from include file.
Damien George
2014-04-17
py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.
Damien George
2014-04-17
py: Fix pfenv_print_strn to return correct number of chars printed.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...
Damien George
2014-04-17
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-17
stmhal: Clean up fatality indications; remove long-obsolete malloc0.c.
Damien George
2014-04-17
stmhal: Change VID to 0xf055=FOSS, and PID to a random number.
Damien George
2014-04-17
Merge pull request #500 from dhylands/fix-sdcard-removed
Damien George
2014-04-17
stmhal: Add more math functions.
Damien George
2014-04-17
stmhal: Fix 64-byte USB packet bug properly.
Damien George
2014-04-16
stmhal: Replace magic number 3 with CDC_IN_EP define.
Damien George
2014-04-16
stmhal: Improve flash storage cache management.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-16
Fix to allow usbd_msc_storage.c to compile when MICROPY_HW_HAS_SDCARD isn't d...
Dave Hylands
2014-04-16
stmhal: Add pyb.have_cdc function to check if USB CDC device is enabled.
Damien George
2014-04-16
stmhal: Fix USB CDC buffer overrun error.
Damien George
2014-04-16
Merge pull request #498 from lurch/create-headers-from-files
Damien George
2014-04-16
stmhal: Fix C bindings of I2C.read/write.
Damien George
2014-04-16
Auto-generate the stmhal/pybcdc_inf header file from static files
Andrew Scheller
2014-04-16
stmhal: Add I2C functions for pure master read/write.
Damien George
2014-04-15
Merge pull request #496 from dhylands/fix-debug-usart
Damien George
2014-04-15
Fix call to enable pyb_usart_global_debug.
Dave Hylands
2014-04-15
stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X.
Damien George
2014-04-15
stmhal: Add ADC function to read data at a given frequency.
Damien George
2014-04-15
stmhal: Add I2C.scan method, to scan all devices on the bus.
Damien George
2014-04-15
stmhal: Add simple README.txt to freshly-created filesystem.
Damien George
2014-04-15
stmhal: Wrap skin-named-usarts in PYBV10 #if.
Damien George
2014-04-14
stmhal: Work around crazy bug in USB CDC.
Damien George
2014-04-14
stmhal: Improved usart module a bit.
Damien George
2014-04-14
stmhal: Add pyb.wfi() function (calls __WFI).
Damien George
2014-04-13
stmhal: Add stdin/stdout/stderr objects.
Damien George
2014-04-13
stmhal: Improve USB CDC write function (increase timeout).
Damien George
2014-04-13
py: Fix up source-line calculation.
Damien George
2014-04-13
stm[hal]: Init mp_sys_path and mp_sys_argv correctly.
Damien George
2014-04-13
Merge pull request #476 from pfalcon/static-sys
Damien George
2014-04-13
py: Fix mp_get_buffer, and use it in more places.
Damien George
2014-04-13
stmhal: Little hack to dump GC allocation table using pyb.info().
Damien George
2014-04-13
stmhal: Update for static mod sys.
Paul Sokolovsky
2014-04-12
stmhal: Put a USB structure in ROM; GC doesn't scan the data segment.
Damien George
2014-04-12
stmhal: Move fatfs volume/partition lookup table to ROM.
Damien George
2014-04-12
stmhal: Move I2C objects to ROM.
Damien George
2014-04-10
Merge pull request #458 from lurch/patch-1
Damien George
2014-04-10
stmhal: Add stm module, which contains some constants for the MCU.
Damien George
2014-04-10
Tweak pybcdc.inf to match recent changes to pybcdc.h
Andrew Scheller
2014-04-09
stmhal: Make /src/main.py just /main.py; allow SD to be used as root device.
Damien George
2014-04-09
stmhal: Update windows driver; \r\n newlines and addition USB id.
Damien George
[next]