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
Age
Commit message (
Expand
)
Author
2015-04-18
stmhal: Add support for flash filesystem on F401 MCUs.
Damien George
2015-04-18
stmhal: Allow extint.c to compile without USB HS support.
Damien George
2015-04-18
stmhal: Make I2C busses and their pins configurable in mpconfigboard.h.
Damien George
2015-04-18
stmhal: Exclude code for UARTs that don't exist in hardware.
Damien George
2015-04-18
stmhal: Exclude USB HS code when USB HS mode not enabled.
Damien George
2015-04-18
stmhal: Exclude code for those timers that don't exist in the hardware.
Damien George
2015-04-18
stmhal: Make LCD initialiser use board pin names instead of cpu names.
Damien George
2015-04-18
stmhal: For pins, define macros mapping board names to cpu names.
Damien George
2015-04-18
stmhal: Make a HW config option for LED4 being controlled by PWM.
Damien George
2015-04-18
stmhal: Make HSE PLL parameters configurable per board.
Damien George
2015-04-18
README.md: Add the CC3200 port to the list of additional components.
Daniel Campora
2015-04-18
stmhal: Add support for sending and receiving CAN RTR messages.
Henrik
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-04-18
stmhal: Remove std.h. It's not needed anymore.
Damien George
2015-04-18
lib/libc/string0.c: Remove include of std.h, replace with string.h.
Damien George
2015-04-18
py/vstr.c: Allow vstr_printf to print correctly to a fixed buffer.
Damien George
2015-04-17
cc3200: Use new %q format to print qstr's where appropiate.
Daniel Campora
2015-04-17
cc3200: Clean up bootloader makefile and remove superflous assert.
Daniel Campora
2015-04-17
acks: Add 1 name to the ACKNOWLEDGEMENTS file.
Damien George
2015-04-16
stmhal: Allow sending CAN messages with timeout=0.
Damien George
2015-04-16
stmhal: Use new %q format to print qstr's in a few more places.
blmorris
2015-04-16
Add .gitattributes file to force text line endings to LF.
Damien George
2015-04-16
logo: Change line endings in FONT-LICENSE.txt from CRLF to LF.
Damien George
2015-04-16
tests: Convert line endings in fun_name.py from CRLF to LF.
Damien George
2015-04-16
qemu-arm: Get compiling again with recent changes to print framework.
Damien George
2015-04-16
cc3200: Get bootloader compiling with latest overhaul of printf code.
Damien George
2015-04-16
py: Add %q format support to mp_[v]printf, and use it.
Damien George
2015-04-16
py: Convert occurrences of non-debug printf to mp_printf.
Damien George
2015-04-16
py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-16
objarray: Support assignment of bytes to bytearray slice.
Paul Sokolovsky
2015-04-14
acks: Add 2 names to the ACKNOWLEDGEMENTS file.
Damien George
2015-04-14
cc3200: Correct the IP address byte order in the FTP server.
Daniel Campora
2015-04-14
cc3200: Add IPPROTO_SEC to be able to create secure sockets.
Daniel Campora
2015-04-13
stmhal: In USB HID driver, make polling interval configurable.
Damien George
2015-04-13
cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN.
Daniel Campora
2015-04-13
cc3200: Add WLAN.config_ip().
Daniel Campora
2015-04-12
py/formatfloat.c: Fix format of floating point numbers near 1.0.
Dave Hylands
2015-04-12
objstr: split(None): Fix whitespace properly.
Paul Sokolovsky
2015-04-11
py: In emitinlinethumb, use qstr_data instead of qstr_str and strlen.
Damien George
2015-04-11
py: Remove old debugging printf's in compile.c.
Damien George
2015-04-11
stmhal: Make LED object print LED(x) for consistency with constructor.
Damien George
2015-04-11
py: Combine load_attr and store_attr type methods into one (attr).
Damien George
2015-04-11
lib/fatfs: Space optimise the ff_wtoupper function.
Damien George
2015-04-11
cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII.
Daniel Campora
2015-04-11
cc3200: Enable long filename support in FatFS.
Daniel Campora
2015-04-10
input.c: Fix line-endings after recent changes.
Paul Sokolovsky
2015-04-09
py: Provide typedefs for function types instead of writing them inline.
Damien George
2015-04-09
py: Adjust some spaces in code style/format, purely for consistency.
Damien George
2015-04-09
unix: Automatically fix incompatible readline build options.
stijn
[next]