2018-02-26 |
Cefn Hoile | Brought summary up to date |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Minimise variables per module, given memory ceiling |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Implementation of hardware I2C. Added timeout and recei... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Raise erro rwhen attempting software I2C on platform... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Separated into uart, i2c tests |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Renamed anticipating deprecation in favour of filesyste... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Added agnostic as shared dependency between micropython... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Added adafruit_register to test library dependencies |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Definition of I2C bus-type per-board. Segregated busio... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Sync procedure for pyboard testing. |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Moved ports declarations into microcontroller.pin packa... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Cefn Hoile | Added monkeypatch for time.struct_time dependency of... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | No pip-managed libraries |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | YAPF PEP8 auto-reformat layout and whitespace (no code... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | Merge branch 'master' of github.com:cefn/Adafruit_Micro... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | Reverted to package |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | Moved bytecode .gitignore into root to cleanup src... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | Update README.rst |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | Refactoring Pin, pin etc. |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | Tested refactored upload scripts for new layout |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Cefn Hoile | Renaming and refactoring typos. Experimental logic... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Fix copy-paste error |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Simpletest not applicable for this repo - integration... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Source code now in src folder and adafruit_blinka is... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Moved upload scripts into test directory |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Moved unittest module into separate test directory |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Introduced submodules for libraries used by test suite |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Retired notes directory |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | .gitignore for python paths |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Packages reverted to modules |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Agnostic and wrapper-specific classes now under adafrui... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Moved testing out of top level python path |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Board packages now under adafruit_blinka |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Microcontroller packages now under adafruit_blinka |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Typo in interactive message |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Top level package now defines only uart and spi ports... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Defined uart and spi hardware availability for esp8266... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Moved locking behaviour into common superclass. Moved... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | board=None if detection doesn't work |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Tests not verified for busio implementation |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Untested busio implementation |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Cefn Hoile | Added tested libraries as submodules |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Snapshot of testing.main() which runs BME280 successfully |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | bytecode mistakenly committed |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Suppress bytecode files |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Fixed issue with directories being incorrectly filtered... |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Fixed issue with directories being incorrectly filtered |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Workaround for (bug in?) Micropython import logic.... |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Working I2C reference testcase on CircuitPython |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Untested draft I2C |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Introduced conservative garbage collection to minimise... |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Reversed mistakenly committed tweak. Introduced conserv... |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Now populates BusDevice and BME280 |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Cefn Hoile | Resumed wildcard import style |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Use boolean as canonical value attribute |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Fail hard when board cannot be determined. Feather... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Suppress errors from ampy mkdir where directory exists |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Merge branch 'master' of github.com:cefn/Adafruit_Micro... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Moved Pin definition back so that __module__ properly... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Moved Pin definition back so that __module__ properly... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Update README.rst |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | More readable, link to log of example test suite |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Update README.rst |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Update README.rst |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Update index.md |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Update index.md |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Update index.md |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Update index.md |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Added support for pyboard and future support for invert... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Updated README |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Better formatted console results. Skip wiring check... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Better formatted console results |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Terminate early while experimenting with testcases |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Added exception-printouts, and flags to selectively... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | rely on utime directly. |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Clarified comment |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Value moved packages |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Coverage for switch_to_x() methods. Pull-up and pull... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | led_hardwired flag to skip interactive questioning... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Added interactive await behaviour for real-world trigge... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Moved temporary methods to end of definition |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Initialisations to None help with code completion edito... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | SDA/SCL matching labels on board |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Exporting time symbols not modules |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Suppress Pycharm |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Cefn Hoile | Property interdependencies now sensible |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Updated for new testing structure |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | More consistent naming of board,microcontroller,impleme... |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Moved pin_count out of board into proper place in micro... |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | More consistent naming of board,microcontroller,impleme... |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Simplified import |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | More consistent naming of board,microcontroller,impleme... |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Typo |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | More consistent naming of board,microcontroller,impleme... |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Placeholder for board pin identifiers |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Now a global module property, not sub-module |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Microcontroller package matching pyboard |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Interactive integration test proven on Huzzah CircuitPython |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | testing.implementation __init__ now just package placeh... |
commit | commitdiff | tree | snapshot |
2018-02-18 |
Cefn Hoile | Default package name changed |
commit | commitdiff | tree | snapshot |
next |