Commit Graph

15 Commits

Author SHA1 Message Date
King Kévin 2c4772ce53 From `man gcc`:
It makes a difference where in the command you write this option; the linker
searches and processes libraries and object files in the order they are
specified.  Thus, foo.o -lz bar.o searches library z after file foo.o but before
bar.o.  If bar.o refers to functions in z, those functions may not be loaded.
2021-02-17 09:49:02 +01:00
King Kévin 7fc06171d9 fix typo 2020-09-12 14:07:25 +02:00
King Kévin 6f08d0e4ab increase watchdog timer to 10s since the device/USB stack sometimes needs longer 2020-09-12 14:07:04 +02:00
King Kévin 471e8dab20 u2_usb: add watchdog 2020-01-09 11:36:55 +01:00
King Kévin a52d5ed069 fix line buffer size 2020-01-09 11:31:11 +01:00
King Kévin 2e9cf70688 add rule to grant USB access rights 2020-01-09 11:23:30 +01:00
King Kévin ea65456065 README: document u2_usb influxdb support 2020-01-09 11:21:53 +01:00
King Kévin b579959a47 u2_usb: add influxdb support 2020-01-09 11:21:02 +01:00
King Kévin 6f7a7a42c3 u2_bt: minor, fix typo 2020-01-09 11:19:43 +01:00
King Kévin 917f77de95 u2_bt: add watchdog 2020-01-09 01:01:38 +01:00
King Kévin c2cbed1ed0 document influxDB support in README 2019-09-30 13:44:05 +02:00
King Kévin dfc006eb45 re-add README 2019-09-30 13:39:58 +02:00
King Kévin 8946ed7f5c remove old readme 2019-09-30 13:39:06 +02:00
King Kévin c44b15f938 improve mardwon readme 2019-09-30 13:38:19 +02:00
King Kévin 538908b5ee add u2_usb and u2_bt C software 2019-09-30 13:16:49 +02:00