..
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: Allow to get existing CAN obj if constructed without args.
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 test for ExtInt when doing swint while disabled.
8 years ago
extint.py.exp
tests/pyb: Update exp file for previously updated extint test.
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: 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/pyb/rtc: Make RTC test on pyboard more reliable by calling init().
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