Dario Nieuwenhuis
|
3332c40705
|
examples: remove unused deps.
|
2021-11-29 02:07:48 +01:00 |
|
Matous Hybl
|
9b5d9fbfca
|
Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.
|
2021-11-04 16:25:30 +01:00 |
|
Dario Nieuwenhuis
|
de016e8456
|
Remove trait_alias, allow(incomplete_features).
trait_alias seems unused. no idea why it's there.
|
2021-09-03 17:00:58 +02:00 |
|
Bob McWhirter
|
37ceae908b
|
Rename Random impl to Rng.
Create Random struct providing next_x(range) for all T:Rng.
|
2021-09-01 09:39:33 -04:00 |
|
Dario Nieuwenhuis
|
2c992f7010
|
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
|
2021-08-19 23:50:19 +02:00 |
|
Dario Nieuwenhuis
|
0ea6a2d890
|
time: replace dyn clock/alarm with a global Driver trait
|
2021-08-05 19:14:09 +02:00 |
|
Dario Nieuwenhuis
|
cfa1f61154
|
Merge pull request #344 from bobmcwhirter/remove_builders
Remove builders from Config(s) and examples.
|
2021-08-04 21:32:39 +02:00 |
|
Dario Nieuwenhuis
|
07d4b196f7
|
Update nightly, remove removed features.
|
2021-08-04 19:48:14 +02:00 |
|
Bob McWhirter
|
f91bfef799
|
Formatting again.
|
2021-08-04 13:42:06 -04:00 |
|
Bob McWhirter
|
f4971fbb79
|
Further work sharing config for example and removing duplicated code.
|
2021-08-04 13:39:02 -04:00 |
|
Bob McWhirter
|
4fe9114695
|
Remove unused import.
|
2021-08-04 11:40:47 -04:00 |
|
Bob McWhirter
|
0787c8f8f5
|
Formatting.
|
2021-08-04 11:35:18 -04:00 |
|
Bob McWhirter
|
03f15d3a60
|
Remove builders from Config(s) and examples.
|
2021-08-04 11:32:39 -04:00 |
|
Dario Nieuwenhuis
|
63ac7ac799
|
Mark new s as unsafe due to not being leak-safe.
|
2021-08-02 19:55:04 +02:00 |
|
Dario Nieuwenhuis
|
af87031d62
|
hal-common: remove Pin in PeripheralMutex
|
2021-08-02 19:55:04 +02:00 |
|
Timo Kröger
|
5ac91933ff
|
stm32: No need to enable GPIO clocks manually
|
2021-07-23 17:54:13 +02:00 |
|
Rukai
|
25d4b2ea26
|
fix stm32 warnings
|
2021-07-05 01:54:29 +02:00 |
|
Thales Fragoso
|
aca0fb1065
|
net: Make the user pass in the StackResources in init
By having the user pass in the resources, we can make them generic, this way
the user can choose the size of the individual resources
|
2021-06-20 17:15:18 -03:00 |
|
Thales Fragoso
|
098ce6e740
|
stm32h7: Add ethernet example
|
2021-06-16 16:48:35 +02:00 |
|