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
/
tests
Age
Commit message (
Expand
)
Author
2015-10-13
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
Damien George
2015-10-13
py: Implement ptr32 load and store in viper emitter.
Damien George
2015-10-12
unix: Add exit and paste-mode hints to shell startup banner.
Damien George
2015-10-12
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Damien George
2015-10-09
tests: In pyb RTC tests, check wakeup register values.
Peter Hinch
2015-10-08
tests: Add test for evaluation order of dictionary key/value pairs.
Damien George
2015-10-08
py/emitnative: Raise ViperTypeError for unsupported unary ops.
Damien George
2015-10-08
py/compile: Fix edge case when constant-folding negation of integer.
Damien George
2015-10-05
tests/basics/builtin_range: PEP8 fixes.
Paul Sokolovsky
2015-10-02
tests: Allow tests to pass against CPython 3.5.
Damien George
2015-10-01
py: Catch all cases of integer (big and small) division by zero.
Damien George
2015-10-01
py/mpz: Fix bignum anding of large negative with smaller positive int.
Damien George
2015-10-01
tests: Add further tests for mpz code.
Damien George
2015-10-01
py/mpz: Raise NotImplError instead of failing assertion.
Damien George
2015-09-28
tests: Test slicing a range that does not start at zero.
Tom Soulanille
2015-09-27
tests/wipy: Skip the rtc_irq test.
Daniel Campora
2015-09-27
tests: Skip uheapq1 test if target is WiPy.
Daniel Campora
2015-09-27
tests/wipy: Fix error in wlan test.
Daniel Campora
2015-09-27
tests/wipy: Add machine module tests.
Daniel Campora
2015-09-27
tests: Skip extmod machine tests when target is WiPy.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
tests/wipy: Improve robustness of rtc_irq test.
Daniel Campora
2015-09-27
tests/wipy: Improve robustness of time test.
Daniel Campora
2015-09-27
cc3200: Implement support for os.dupterm().
Daniel Campora
2015-09-27
cc3200: New WLAN API including test.
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-23
tests: Omit process output parsing in case of CalledProcessError
stijn
2015-09-23
py: Fix call args when a stararg is followed by keyword args.
Delio Brignoli
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-09-21
tests/wipy: Remove unneeded dependencies to pyb.Pin.
Daniel Campora
2015-09-19
tests: Add escaped quotes tests for REPL.
Alex March
2015-09-16
cc3200: New ADC API.
Daniel Campora
2015-09-16
tests/wipy: Improve I2C tests.
Daniel Campora
2015-09-16
cc3200: New SPI API.
Daniel Campora
2015-09-16
cc3200: New WDT API.
Daniel Campora
2015-09-16
cc3200: Add UART.ODD and UART.EVEN to select parity.
Daniel Campora
2015-09-16
cc3200: Replace Pin.PULL_NONE with None.
Daniel Campora
2015-09-16
cc3200: Default peripheral ID support on I2C.
Daniel Campora
2015-09-16
cc3200: Make UART choose default id when not given.
Daniel Campora
2015-09-15
py/objslice: Make slice attributes (start/stop/step) readable.
Tom Soulanille
2015-09-15
tests/README: Explain how tests get skipped
Tom Soulanille
2015-09-15
py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize.
Damien George
2015-09-12
unix: Enable REPL auto-indent.
Damien George
2015-09-11
stmhal: fix single precision float printing error
Dave Hylands
2015-09-10
tests/wipy: Add I2C tests.
Daniel Campora
2015-09-10
tests/wipy: Disable the REPL on UART before running the UART test.
Daniel Campora
2015-09-10
tests/wipy: Additional tests for when the UART is un-initialized.
Daniel Campora
2015-09-10
cc3200: Improve Pin and UART implementation.
Daniel Campora
2015-09-10
tests/wipy: Improve UART tests with no pin assignment case.
Daniel Campora
2015-09-10
tests: Ignore exception chain test on the WiPy.
Daniel Campora
[next]