Cefn Hoile
|
a64ccd54e7
|
Tests not verified for busio implementation
|
6 years ago |
Cefn Hoile
|
efbf7fa708
|
Untested busio implementation
|
6 years ago |
Cefn Hoile
|
20af20ec53
|
Added tested libraries as submodules
|
6 years ago |
Cefn Hoile
|
b73cdee059
|
Snapshot of testing.main() which runs BME280 successfully
|
6 years ago |
Cefn Hoile
|
e556c13a52
|
bytecode mistakenly committed
|
6 years ago |
Cefn Hoile
|
445f46b995
|
Suppress bytecode files
|
6 years ago |
Cefn Hoile
|
71788f7493
|
Fixed issue with directories being incorrectly filtered. Added bytecode compilation logic since otherwise memory busted.
|
6 years ago |
Cefn Hoile
|
3f379525a5
|
Fixed issue with directories being incorrectly filtered
|
6 years ago |
Cefn Hoile
|
c094be01bd
|
Workaround for (bug in?) Micropython import logic. Frequency a keyword not positional arg. Stop a positional arg not a keyword arg.
|
6 years ago |
Cefn Hoile
|
a8510f5493
|
Working I2C reference testcase on CircuitPython
|
6 years ago |
Cefn Hoile
|
ff25234297
|
Untested draft I2C
|
6 years ago |
Cefn Hoile
|
da9bd662e0
|
Introduced conservative garbage collection to minimise heap fragmentation
|
6 years ago |
Cefn Hoile
|
ebd564d6ae
|
Reversed mistakenly committed tweak. Introduced conservative garbage collection to minimise heap fragmentation
|
6 years ago |
Cefn Hoile
|
1e638de1bc
|
Now populates BusDevice and BME280
|
6 years ago |
Cefn Hoile
|
3dbb3d7954
|
Resumed wildcard import style
|
6 years ago |
Cefn Hoile
|
619db47268
|
Use boolean as canonical value attribute
|
6 years ago |
Cefn Hoile
|
c24f5e6fa8
|
Fail hard when board cannot be determined. Feather Huzzah Red LED is inverted. Typo in suite.
|
6 years ago |
Cefn Hoile
|
d9dcc0b077
|
Suppress errors from ampy mkdir where directory exists
|
6 years ago |
Cefn Hoile
|
f15a0431b5
|
Merge branch 'master' of github.com:cefn/Adafruit_Micropython_Blinka
|
6 years ago |
Cefn Hoile
|
0c6b7c73e2
|
Moved Pin definition back so that __module__ properly rendered by repr(). Fear of circular dependency was red herring - was just too many levels of recursion.
|
6 years ago |
Cefn Hoile
|
eed35df7a4
|
Moved Pin definition back so that __module__ properly rendered by repr(). Fear of circular dependency was red herring - was just too many levels of recursion.
|
6 years ago |
Cefn Hoile
|
64003e5714
|
Update README.rst
|
6 years ago |
Cefn Hoile
|
aeb8c0eac6
|
More readable, link to log of example test suite
I really have to break my markdown habits!
|
6 years ago |
Cefn Hoile
|
bb068ba36f
|
Update README.rst
|
6 years ago |
Cefn Hoile
|
75ae0e9761
|
Update README.rst
|
6 years ago |
Cefn Hoile
|
355416c522
|
Update index.md
|
6 years ago |
Cefn Hoile
|
6811a51e2c
|
Update index.md
|
6 years ago |
Cefn Hoile
|
df93df8ab8
|
Update index.md
|
6 years ago |
Cefn Hoile
|
6f2820336b
|
Update index.md
|
6 years ago |
Cefn Hoile
|
13fb285496
|
Added support for pyboard and future support for inverted LED
|
6 years ago |
Cefn Hoile
|
64395da702
|
Updated README
|
6 years ago |
Cefn Hoile
|
3b2fc268d8
|
Better formatted console results. Skip wiring check if LED hardwired
|
6 years ago |
Cefn Hoile
|
63c7292cc5
|
Better formatted console results
|
6 years ago |
Cefn Hoile
|
0caa27c0cf
|
Terminate early while experimenting with testcases
|
6 years ago |
Cefn Hoile
|
84474ee229
|
Added exception-printouts, and flags to selectively re-raise Exceptions/BaseExceptions from Test cases
|
6 years ago |
Cefn Hoile
|
1a0b0807ea
|
rely on utime directly.
|
6 years ago |
Cefn Hoile
|
1ca47c83d1
|
Clarified comment
|
6 years ago |
Cefn Hoile
|
8d778ae51f
|
Value moved packages
|
6 years ago |
Cefn Hoile
|
5d8a33cce7
|
Coverage for switch_to_x() methods. Pull-up and pull-down.
|
6 years ago |
Cefn Hoile
|
bfb68396c7
|
led_hardwired flag to skip interactive questioning about wiring LEDs
|
6 years ago |
Cefn Hoile
|
f7d6376c49
|
Added interactive await behaviour for real-world triggers. Workaround for stack-busting recursive imports. Added micropython-specific digitalio testing.
|
6 years ago |
Cefn Hoile
|
d718837dec
|
Moved temporary methods to end of definition
|
6 years ago |
Cefn Hoile
|
479d579305
|
Initialisations to None help with code completion editors. Context-manager signature and return now compliant. Exception-raising where Pull.DOWN not supported. Commented, PEP8 and removed hash cruft.
|
6 years ago |
Cefn Hoile
|
98051a9f65
|
SDA/SCL matching labels on board
|
6 years ago |
Cefn Hoile
|
deeac35251
|
Exporting time symbols not modules
|
6 years ago |
Cefn Hoile
|
dc370ee939
|
Suppress Pycharm
|
6 years ago |
Cefn Hoile
|
367dbe23fa
|
Property interdependencies now sensible
|
6 years ago |
Cefn Hoile
|
bd28c12d0b
|
Updated for new testing structure
|
6 years ago |
Cefn Hoile
|
bdef7a8d9e
|
More consistent naming of board,microcontroller,implementation
|
6 years ago |
Cefn Hoile
|
9c8d8fadc9
|
Moved pin_count out of board into proper place in microcontroller hierarchy
|
6 years ago |