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
/
main.c
Age
Commit message (
Expand
)
Author
2014-09-23
stmhal: Initialise stack pointer correctly.
Damien George
2014-09-15
py: Move definition of mp_sys_exit to core.
Damien George
2014-08-25
Add save/restore_irq
Dave Hylands
2014-08-16
stmhal: In safe mode, still mount SD card and present as MSD over USB.
Damien George
2014-08-10
doc: Document gc, sys, math, cmath.
Damien George
2014-08-04
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-07-31
stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.
Damien George
2014-07-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
2014-07-20
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-07-02
stmhal: Some reordering of code/functions.
Damien George
2014-07-02
Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...
Damien George
2014-07-01
stackctrl: Add "mp_" prefix.
Paul Sokolovsky
2014-06-30
Add timer_deinit and call it just before doing a soft-restart
Dave Hylands
2014-06-30
Merge pull request #710 from iabdalkader/assert
Damien George
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-27
py: Move stack_ctrl_init() to mp_init().
Paul Sokolovsky
2014-06-27
stmhal: Use stackctrl framework.
Paul Sokolovsky
2014-06-21
Add NORETURN to __fatal_error
mux
2014-06-21
Fix asser_func warning/error
mux
2014-06-19
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-15
stmhal: Update and improve LCD driver.
Damien George
2014-06-14
Make __assert_func weak
mux
2014-06-14
Add __assert_func only if DEBUG=1
mux
2014-06-14
Add __assert_func
mux
2014-05-24
Add SystemExit exception and use it in unix/ and stmhal/ ports.
Damien George
2014-05-10
stmhal: Implement draft version of sys.exit().
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.
Damien George
2014-04-30
stmhal: Reinstate CC3000 driver from old stm/ port.
Damien George
2014-04-26
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-21
stmhal: Make switch a class, to follow suit of all other modules.
Damien George
2014-04-21
stmhal: Add Timer class: simple TIM control, incl callback on IRQ.
Damien George
2014-04-21
stmhal: Rename USART to UART.
Damien George
2014-04-20
stmhal: Only init RNG if it's used.
Damien George
2014-04-20
stmhal: Tidy up and improve consistency across modules.
Damien George
2014-04-20
stmhal: Add SPI class.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
stmhal: Clean up fatality indications; remove long-obsolete malloc0.c.
Damien George
2014-04-16
Auto-generate the stmhal/pybcdc_inf header file from static files
Andrew Scheller
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: Add simple README.txt to freshly-created filesystem.
Damien George
2014-04-13
stm[hal]: Init mp_sys_path and mp_sys_argv correctly.
Damien George
2014-04-13
stmhal: Update for static mod sys.
Paul Sokolovsky
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: Add windows cdc .inf driver to flash filesystem.
Damien George
2014-04-08
Add a check for NULL nlr_top in nlr_jump.
Damien George
2014-04-03
stmhal: On soft reset, if in raw REPL mode, don't run main.py.
Damien George
[next]