You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George db2bdad8a2 tests/pyb: Update tests to run correctly on PYBv1.0. 7 years ago
..
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 stm32/adc: Add read_timed_multi() static method, with docs and tests. 7 years ago
adc.py.exp tests/pyb/adc.py: Fix test so that it really does test ADC values. 7 years ago
adcall.py tests/pyb: Update tests to run correctly on PYBv1.0. 7 years ago
adcall.py.exp tests/pyb: Add test for pyb.ADCAll class. 7 years ago
can.py tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv 7 years ago
can.py.exp tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv 7 years ago
dac.py stm32/dac: Add buffering argument to constructor and init() method. 7 years ago
dac.py.exp tests/pyb: Update tests to run correctly on PYBv1.0. 7 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/pyb: Update tests to run correctly on PYBv1.0. 7 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