File tree
21 files changed
+1048
-467
lines changed- ports
- atmel-samd
- asf4_conf
- samd21
- samd51
- boards/metro_m4_express
- common-hal
- busio
- neopixel_write
- supervisor
- nrf
- common-hal/busio
21 files changed
+1048
-467
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| |||
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
| 100 | + | |
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
| |||
178 | 180 |
| |
179 | 181 |
| |
180 | 182 |
| |
| 183 | + | |
181 | 184 |
| |
182 | 185 |
| |
183 | 186 |
| |
| |||
194 | 197 |
| |
195 | 198 |
| |
196 | 199 |
| |
| 200 | + | |
197 | 201 |
| |
198 | 202 |
| |
199 | 203 |
| |
| |||
263 | 267 |
| |
264 | 268 |
| |
265 | 269 |
| |
| 270 | + | |
266 | 271 |
| |
267 | 272 |
| |
268 | 273 |
| |
| |||
283 | 288 |
| |
284 | 289 |
| |
285 | 290 |
| |
286 |
| - | |
287 | 291 |
| |
288 | 292 |
| |
289 | 293 |
| |
|
- samd21/AtmelStart.env_conf+6-2
- samd21/AtmelStart.gpdsc+5-3
- samd21/armcc/Makefile+8-5
- samd21/atmel_start_config.atstart+21-56
- samd21/atmel_start_pins.h-6
- samd21/config/hpl_rtc_config.h+8
- samd21/config/hpl_sercom_config.h+52-52
- samd21/config/peripheral_clk_config.h+12-12
- samd21/driver_init.c+71-141
- samd21/driver_init.h+17-19
- samd21/examples/driver_examples.c+42-25
- samd21/examples/driver_examples.h+3-3
- samd21/gcc/Makefile+8-5
- samd21/hal/documentation/usart_async.rst+17-3
- samd21/hal/include/hal_usart_async.h+137-45
- samd21/hal/src/hal_pwm.c+6
- samd21/hal/src/hal_spi_m_dma.c+6
- samd21/hal/src/hal_usart_async.c+448
- samd21/hal/src/hal_usart_sync.c-285
- samd21/hal/utils/include/utils_ringbuffer.h+126
- samd21/hal/utils/src/utils_ringbuffer.c+128
- samd21/hpl/core/hpl_init.c+24-1
- samd21/hpl/gclk/hpl_gclk.c+131-2
- samd21/hpl/gclk/hpl_gclk_base.h+7
- samd21/hpl/sercom/hpl_sercom.c+127-7
- samd21/usb/class/msc/device/mscdf.c+100-30
- samd21/usb/class/msc/spc_protocol.h+1
- samd21/usb/device/usbdc.c+18-4
- samd51/AtmelStart.env_conf+6-2
- samd51/AtmelStart.gpdsc+5-3
- samd51/armcc/Makefile+8-5
- samd51/atmel_start_config.atstart+68-67
- samd51/atmel_start_pins.h+2-2
- samd51/config/hpl_gclk_config.h+24-12
- samd51/config/hpl_rtc_config.h+8
- samd51/config/hpl_sercom_config.h+227-227
- samd51/driver_init.c+82-62
- samd51/driver_init.h+17-19
- samd51/examples/driver_examples.c+44-27
- samd51/examples/driver_examples.h+3-3
- samd51/gcc/Makefile+8-5
- samd51/hal/documentation/usart_async.rst+17-3
- samd51/hal/include/hal_usart_async.h+137-45
- samd51/hal/src/hal_pwm.c+6
- samd51/hal/src/hal_spi_m_dma.c+6
- samd51/hal/src/hal_usart_async.c+448
- samd51/hal/src/hal_usart_sync.c-285
- samd51/hal/utils/include/utils_ringbuffer.h+126
- samd51/hal/utils/src/utils_ringbuffer.c+128
- samd51/hpl/core/hpl_init.c+24-1
- samd51/hpl/gclk/hpl_gclk.c+173-3
- samd51/hpl/gclk/hpl_gclk_base.h+7
- samd51/hpl/sercom/hpl_sercom.c+238-7
- samd51/usb/class/msc/device/mscdf.c+100-30
- samd51/usb/class/msc/spc_protocol.h+1
- samd51/usb/device/usbdc.c+18-4
- tools/samd21.json+1-1
- tools/samd51.json+1-1
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 |
| |
2 | 13 |
| |
3 | 14 |
| |
|
Lines changed: 186 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 |
| - | |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
| |||
543 | 545 |
| |
544 | 546 |
| |
545 | 547 |
| |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
546 | 730 |
| |
547 | 731 |
| |
548 | 732 |
|
0 commit comments