Commit 35beb27
small refactor of some spi and timerwrapper functionality (#631)
* Add another function to SPI transcieve for slices (ptr + len)
* TimerWrapper: Add helper to set the callback+data
* fix typo in selecting scheduler timer
* Add changeset
* formatting
* formatting, again
* change from patch to minor, I think this fits better
* Swap order of setting callback and its data
* Update .changesets/refactor-spi-timerwrapper.md
* fix wording on changeset
---------
Co-authored-by: Óscar Gandía Iglesias <145703854+oganigl@users.noreply.github.com>1 parent 9589e87 commit 35beb27
4 files changed
Lines changed: 39 additions & 2 deletions
File tree
- .changesets
- Inc/HALAL
- Models
- SPI
- TimerDomain
- Services/Time
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
701 | 724 | | |
702 | 725 | | |
703 | 726 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
426 | 431 | | |
427 | 432 | | |
428 | 433 | | |
429 | 434 | | |
430 | 435 | | |
431 | 436 | | |
432 | 437 | | |
433 | | - | |
434 | 438 | | |
| 439 | + | |
435 | 440 | | |
436 | 441 | | |
437 | 442 | | |
| |||
0 commit comments