Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ unit-test:
- unit-test-interrupts-1400
- unit-test-random-1400
- unit-test-spi-single-pingpong-1400
# - unit-test-pulse-1400
- unit-test-pulse-1400
- unit-test-time-1400
- unit-test-onewire-DS18x20-1400
- unit-test-analog-io-adc-1400
Expand Down
3 changes: 2 additions & 1 deletion tests/test_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

#define SPI_TRANSFER_DELAY_US 2000
// Test Pin Definitions
#define TEST_PIN_SYNC_IO 4 // IO_1
#define TEST_PIN_SPI_SSEL 10 // IO_0
#define TEST_PIN_ONEWIRE 7

#if defined(KIT_XMC47_RELAX)
#define TEST_PIN_DIGITAL_IO_OUTPUT 3 // IO_4
#define TEST_PIN_DIGITAL_IO_INPUT 2 // IO_3
#define TEST_PIN_PULSE 5 // IO_2
#define TEST_PIN_SYNC_IO 4 // IO_1
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
#define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
#define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
Expand All @@ -39,6 +39,7 @@
#define TEST_PIN_DIGITAL_IO_OUTPUT 4
#define TEST_PIN_DIGITAL_IO_INPUT 25
#define TEST_PIN_PULSE 6
#define TEST_PIN_SYNC_IO 5 // IO_1

#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
#define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
Expand Down
Loading