2018-02-24 |
Cefn Hoile | Tests not verified for busio implementation |
tree | commitdiff |
2018-02-24 |
Cefn Hoile | Untested busio implementation |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Snapshot of testing.main() which runs BME280 successfully |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | bytecode mistakenly committed |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Suppress bytecode files |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Fixed issue with directories being incorrectly filtered... |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Fixed issue with directories being incorrectly filtered |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Workaround for (bug in?) Micropython import logic.... |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Working I2C reference testcase on CircuitPython |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Untested draft I2C |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Introduced conservative garbage collection to minimise... |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Reversed mistakenly committed tweak. Introduced conserv... |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Now populates BusDevice and BME280 |
tree | commitdiff |
2018-02-20 |
Cefn Hoile | Resumed wildcard import style |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Use boolean as canonical value attribute |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Fail hard when board cannot be determined. Feather... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Suppress errors from ampy mkdir where directory exists |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Merge branch 'master' of github.com:cefn/Adafruit_Micro... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Moved Pin definition back so that __module__ properly... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Moved Pin definition back so that __module__ properly... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Added support for pyboard and future support for invert... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Better formatted console results. Skip wiring check... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Better formatted console results |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Terminate early while experimenting with testcases |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Added exception-printouts, and flags to selectively... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | rely on utime directly. |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Clarified comment |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Value moved packages |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Coverage for switch_to_x() methods. Pull-up and pull... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | led_hardwired flag to skip interactive questioning... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Added interactive await behaviour for real-world trigge... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Moved temporary methods to end of definition |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Initialisations to None help with code completion edito... |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | SDA/SCL matching labels on board |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Exporting time symbols not modules |
tree | commitdiff |
2018-02-19 |
Cefn Hoile | Property interdependencies now sensible |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Updated for new testing structure |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | More consistent naming of board,microcontroller,impleme... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Moved pin_count out of board into proper place in micro... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | More consistent naming of board,microcontroller,impleme... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Simplified import |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | More consistent naming of board,microcontroller,impleme... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | More consistent naming of board,microcontroller,impleme... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Placeholder for board pin identifiers |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Now a global module property, not sub-module |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Microcontroller package matching pyboard |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Interactive integration test proven on Huzzah CircuitPython |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | testing.implementation __init__ now just package placeh... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Default package name changed |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Switch sub-import based on chip |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Moved Pin into mcp layer to prevent circular import... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Micropython compatibility layer for DigitalInOut still... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Draft pin naming for pyboard |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Avoided polluting board namespace with microcontroller... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Populated draft switch statements |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Standardised platform (chip) names |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Separated upload routine for Huzzah with/without circui... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Mapped pins from esp8266 microcontroller to Feather... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Board oriented test fixture parameters |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Ampy-based selective integration-test upload routine... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Naming consistent with agnostic.py and sys.implementati... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | platform was misnomer for tests really organised around... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Now everything is embedded by default, with only testin... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Package for circuitpython tests |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Extracted implementation-agnostic test |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Now organising around implementation not platform |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Module for function-performance-profiling decorator |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Now applicable to all platforms |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Moved from module to package |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Added interactive logic. Pre-imported libraries |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | No diff |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | No diff |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Defining pin values for test fixtures. |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Renamed |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Improved routine to minimise re-uploading, separate... |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Pyboard-specific filesystem synchronization behaviour |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Commented |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Commented |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Separated mcp-specific subparts of DigitalInOut testcase |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Platform-dependent routine to get hardware test fixtures |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Added pyboard entry. Generalised logic |
tree | commitdiff |
2018-02-18 |
Cefn Hoile | Bytecode version |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Moved |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | First tests working on ESP8266 |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Removed prior workaround as not compatible with micropy... |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Workaround for micropython-lib unittest module main... |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | ESP8266 platform test |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | No longer needed |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Formatted |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Consistent naming |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Routine to force files on Feather to match local whenev... |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Experimental routine to watch for folder changes and... |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | File upload routine to complement https://github.com... |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Commented |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Placeholder for embedded-only hardware-dependent tests |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Placeholder for cross-platform tests |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Brought in from micropython-lib upip version |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Package flag |
tree | commitdiff |
2018-02-17 |
Cefn Hoile | Draft implementation of digitalio to be hardened once... |
tree | commitdiff |
2018-02-16 |
Cefn Hoile | Module for tests only running actually in an embedded... |
tree | commitdiff |
next |