Tarun Singh
a716a3f006
Reduced define for 'unreachable!' to a single macro rule
2024-07-17 17:05:52 -04:00
Dario Nieuwenhuis
6a4ac5bd60
Add collapse_debuginfo to fmt.rs macros.
...
This makes location info in defmt logs point to the code calling the macro,
instead of always to fmt.rs as before. Fix works with nightlies
starting with today's, and stable 1.81+.
2024-06-17 01:38:57 +02:00
Dario Nieuwenhuis
3d842dac85
fmt: disable "unused" warnings.
2024-03-20 14:53:19 +01:00
Dario Nieuwenhuis
0324cee0ca
update embedded-io, embedded-nal-async.
2023-10-04 00:10:55 +02:00
Dario Nieuwenhuis
5e613d9abb
Sync all fmt.rs files.
2023-08-30 01:37:18 +02:00
Dario Nieuwenhuis
975f2f23c0
net-ppp: return error when PPP link gets terminated by the peer.
2023-08-30 01:04:43 +02:00
Dario Nieuwenhuis
623f37a273
net-ppp: add callback for IP configuration.
2023-08-25 20:45:23 +02:00
Dario Nieuwenhuis
a026db3f57
net-ppp: use From and ? to handle write errors.
2023-08-25 20:45:23 +02:00
Dario Nieuwenhuis
c2d601abef
net-ppp: take serial port and config in run(), allow calling it multiple times.
2023-08-25 20:45:23 +02:00
Dario Nieuwenhuis
2303382dfd
net-ppp: nicer processing loop structure that can't deadlock.
2023-08-25 20:45:23 +02:00
Dario Nieuwenhuis
aacf14b62a
net-ppp: Add it.
2023-08-25 20:45:23 +02:00