.. |
accel.py
|
tests, pyb: Add 'import pyb' when needed.
|
11 years ago |
accel.py.exp
|
tests: Add a suite of tests specifically for the pyboard.
|
11 years ago |
adc.py
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
adc.py.exp
|
stmhal: Fix adc.read_timed so buffer store respects element size.
|
10 years ago |
can.py
|
tests: Convert remaining "sys.exit()" to "raise SystemExit".
|
8 years ago |
can.py.exp
|
stmhal/can: Fix a bug in filter handling.
|
9 years ago |
dac.py
|
tests: Convert remaining "sys.exit()" to "raise SystemExit".
|
8 years ago |
dac.py.exp
|
tests: Add a suite of tests specifically for the pyboard.
|
11 years ago |
extint.py
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
extint.py.exp
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
halerror.py
|
stmhal: Fix HAL error raising; make test for it.
|
10 years ago |
halerror.py.exp
|
stmhal: Convert to use internal errno symbols; enable uerrno module.
|
9 years ago |
i2c.py
|
tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.
|
10 years ago |
i2c.py.exp
|
tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.
|
10 years ago |
i2c_error.py
|
stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.
|
8 years ago |
i2c_error.py.exp
|
tests: For pyboard, add test for I2C error handling and recovery.
|
9 years ago |
irq.py
|
tests: Add test for pyb.disable_irq and pyb.enable_irq.
|
10 years ago |
irq.py.exp
|
tests: Add test for pyb.disable_irq and pyb.enable_irq.
|
10 years ago |
led.py
|
tests: Update pyboard LED test.
|
9 years ago |
led.py.exp
|
stmhal: Make LED object print LED(x) for consistency with constructor.
|
10 years ago |
modstm.py
|
tests/pyb: Add simple test for stm module on pyboard.
|
9 years ago |
modstm.py.exp
|
tests/pyb: Add simple test for stm module on pyboard.
|
9 years ago |
modtime.py
|
lib: Fix some issues in timeutils
|
10 years ago |
modtime.py.exp
|
lib: Fix some issues in timeutils
|
10 years ago |
pin.py
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
pin.py.exp
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
pyb1.py
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
pyb1.py.exp
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
pyb_f405.py
|
tests: Convert remaining "sys.exit()" to "raise SystemExit".
|
8 years ago |
pyb_f405.py.exp
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
pyb_f411.py
|
tests: Convert remaining "sys.exit()" to "raise SystemExit".
|
8 years ago |
pyb_f411.py.exp
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
rtc.py
|
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
|
8 years ago |
rtc.py.exp
|
tests: In pyb RTC tests, check wakeup register values.
|
9 years ago |
servo.py
|
tests: Add a suite of tests specifically for the pyboard.
|
11 years ago |
servo.py.exp
|
tests: Add a suite of tests specifically for the pyboard.
|
11 years ago |
spi.py
|
tests: Add test for pyboard SPI in slave mode, recv with no master.
|
9 years ago |
spi.py.exp
|
tests: Add test for pyboard SPI in slave mode, recv with no master.
|
9 years ago |
switch.py
|
tests, pyb: Add 'import pyb' when needed.
|
11 years ago |
switch.py.exp
|
tests: Add a suite of tests specifically for the pyboard.
|
11 years ago |
timer.py
|
tests: Add more tests for pyb.Timer class.
|
10 years ago |
timer.py.exp
|
tests: Add more tests for pyb.Timer class.
|
10 years ago |
timer_callback.py
|
tests: Make pyb/timer test check callback timing properly.
|
10 years ago |
timer_callback.py.exp
|
tests: Make pyb/timer test check callback timing properly.
|
10 years ago |
uart.py
|
stmhal: Make uart.write() function correctly for timeout=0.
|
9 years ago |
uart.py.exp
|
tests/pyb/uart: Update test to match recent change to UART timeout_char.
|
8 years ago |