..
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
stmhal: Fix adc.read_timed so buffer store respects element size.
10 years ago
adc.py.exp
stmhal: Fix adc.read_timed so buffer store respects element size.
10 years ago
can.py
stmhal/can: Fix a bug in filter handling.
9 years ago
can.py.exp
stmhal/can: Fix a bug in filter handling.
9 years ago
dac.py
tests, pyb: Add 'import pyb' when needed.
11 years ago
dac.py.exp
tests: Add a suite of tests specifically for the pyboard.
11 years ago
extint.py
tests, pyb: Add 'import pyb' when needed.
11 years ago
extint.py.exp
tests: Add a suite of tests specifically for the pyboard.
11 years ago
halerror.py
stmhal: Fix HAL error raising; make test for it.
10 years ago
halerror.py.exp
stmhal: Fix HAL error raising; make test for it.
10 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
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, pyb: Add 'import pyb' when needed.
11 years ago
led.py.exp
stmhal: Make LED object print LED(x) for consistency with constructor.
10 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: Update pin test.
10 years ago
pin.py.exp
tests, pyb: Update pin test.
10 years ago
pyb1.py
tests: Add a suite of tests specifically for the pyboard.
11 years ago
pyb1.py.exp
tests: Add a suite of tests specifically for the pyboard.
11 years ago
rtc.py
tests: In pyb RTC tests, check wakeup register values.
9 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
stmhal: Make uart.write() function correctly for timeout=0.
9 years ago