Commit ab1e8ceeafc9912b2708c85f8ab9f72b55be4ba5 test-software/nano-1284/release/v2024-10-28_141638 test-software/nano-328/release/v2024-10-28_141640 test-software/nano-644/release/v2024-10-28_141636
receivedMon, 28. Oct 2024, 14:35:35 (by user sx)
Mon, 28 Oct 2024 13:35:35 +0000 (14:35 +0100)
authorManfred Steiner <sx@htl-kaindorf.at>
Mon, 28 Oct 2024 13:35:26 +0000 (14:35 +0100)
committerManfred Steiner <sx@htl-kaindorf.at>
Mon, 28 Oct 2024 13:35:26 +0000 (14:35 +0100)
tree977ecc0f22a7e052bc2898cb7ab31717ee19eedf
parent47ec5636df9667e36a4de0e1914e6989b0b7ed3f
Message:
test-software
64 files changed:
software/test-software/.gdb_history [new file with mode: 0644]
software/test-software/.gdbinit [new file with mode: 0644]
software/test-software/.gitignore [new file with mode: 0644]
software/test-software/.vscode/c_cpp_properties.json [new file with mode: 0644]
software/test-software/.vscode/launch.json [new file with mode: 0644]
software/test-software/.vscode/settings.json [new file with mode: 0644]
software/test-software/.vscode/tasks.json [new file with mode: 0644]
software/test-software/LICENSE [new file with mode: 0644]
software/test-software/Makefile [new file with mode: 0644]
software/test-software/README.md [new file with mode: 0644]
software/test-software/create-release [new file with mode: 0755]
software/test-software/nano-1284/Makefile [new file with mode: 0644]
software/test-software/nano-1284/release/v2024-10-28_141638/test-software_nano-1284p_12mhz.elf [new file with mode: 0755]
software/test-software/nano-1284/src [new symlink]
software/test-software/nano-328/Makefile [new file with mode: 0644]
software/test-software/nano-328/release/v2024-10-28_141640/test-software_nano-328p_16mhz.elf [new file with mode: 0755]
software/test-software/nano-328/src [new symlink]
software/test-software/nano-644/Makefile [new file with mode: 0644]
software/test-software/nano-644/release/v2024-10-28_141636/test-software_nano-644_12mhz.elf [new file with mode: 0755]
software/test-software/nano-644/src [new symlink]
software/test-software/release/v2024-08-18_1103/test_2024-07-23_nano-644.elf [new file with mode: 0755]
software/test-software/src/adafruit/bme280.cpp [new file with mode: 0644]
software/test-software/src/adafruit/bme280.h [new file with mode: 0644]
software/test-software/src/adafruit/ens160.cpp [new file with mode: 0644]
software/test-software/src/adafruit/ens160.h [new file with mode: 0644]
software/test-software/src/adafruit/sensor.h [new file with mode: 0644]
software/test-software/src/i2cmaster.cpp [new file with mode: 0644]
software/test-software/src/i2cmaster.hpp [new file with mode: 0644]
software/test-software/src/i2cslave.cpp [new file with mode: 0644]
software/test-software/src/i2cslave.hpp [new file with mode: 0644]
software/test-software/src/main.cpp [new file with mode: 0644]
software/test-software/src/main.hpp [new file with mode: 0644]
software/test-software/src/units/cc1101.cpp [new file with mode: 0644]
software/test-software/src/units/cc1101.hpp [new file with mode: 0644]
software/test-software/src/units/encoder.cpp [new file with mode: 0644]
software/test-software/src/units/encoder.hpp [new file with mode: 0644]
software/test-software/src/units/i2c.cpp [new file with mode: 0644]
software/test-software/src/units/i2c.hpp [new file with mode: 0644]
software/test-software/src/units/ieee485.cpp [new file with mode: 0644]
software/test-software/src/units/ieee485.hpp [new file with mode: 0644]
software/test-software/src/units/lcd.cpp [new file with mode: 0644]
software/test-software/src/units/lcd.hpp [new file with mode: 0644]
software/test-software/src/units/led.cpp [new file with mode: 0644]
software/test-software/src/units/led.hpp [new file with mode: 0644]
software/test-software/src/units/modbus.cpp [new file with mode: 0644]
software/test-software/src/units/modbus.hpp [new file with mode: 0644]
software/test-software/src/units/motor.cpp [new file with mode: 0644]
software/test-software/src/units/motor.hpp [new file with mode: 0644]
software/test-software/src/units/portexp.cpp [new file with mode: 0644]
software/test-software/src/units/portexp.hpp [new file with mode: 0644]
software/test-software/src/units/poti.cpp [new file with mode: 0644]
software/test-software/src/units/poti.hpp [new file with mode: 0644]
software/test-software/src/units/r2r.cpp [new file with mode: 0644]
software/test-software/src/units/r2r.hpp [new file with mode: 0644]
software/test-software/src/units/rgb.cpp [new file with mode: 0644]
software/test-software/src/units/rgb.hpp [new file with mode: 0644]
software/test-software/src/units/rtc8563.cpp [new file with mode: 0644]
software/test-software/src/units/rtc8563.hpp [new file with mode: 0644]
software/test-software/src/units/seg7.cpp [new file with mode: 0644]
software/test-software/src/units/seg7.hpp [new file with mode: 0644]
software/test-software/src/units/switch.cpp [new file with mode: 0644]
software/test-software/src/units/switch.hpp [new file with mode: 0644]
software/test-software/src/units/uart1.cpp [new file with mode: 0644]
software/test-software/src/units/uart1.hpp [new file with mode: 0644]