Commit d7ba641
authored
Merge pull request adafruit#3767 from dhalbert/sleep
Initial alarm and sleep PR: time alarms with light and deep sleep; PinAlarms not yet implemented77 files changed
Lines changed: 1795 additions & 126 deletions
File tree
- frozen
- lib/utils
- locale
- ports
- atmel-samd/common-hal/microcontroller
- cxd56/common-hal/microcontroller
- esp32s2
- common-hal
- alarm
- pin
- time
- microcontroller
- rtc
- supervisor
- time
- supervisor
- litex/common-hal
- microcontroller
- time
- mimxrt10xx
- common-hal/microcontroller
- peripherals/mimxrt10xx
- MIMXRT1011
- MIMXRT1062
- nrf/common-hal
- microcontroller
- rgbmatrix
- stm/common-hal
- microcontroller
- rgbmatrix
- py
- supervisor
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
847 | 851 | | |
848 | 852 | | |
849 | 853 | | |
| |||
989 | 993 | | |
990 | 994 | | |
991 | 995 | | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
992 | 1000 | | |
993 | 1001 | | |
994 | 1002 | | |
| |||
1440 | 1448 | | |
1441 | 1449 | | |
1442 | 1450 | | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
1443 | 1455 | | |
1444 | 1456 | | |
1445 | 1457 | | |
| |||
1497 | 1509 | | |
1498 | 1510 | | |
1499 | 1511 | | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
1500 | 1516 | | |
1501 | 1517 | | |
1502 | 1518 | | |
| |||
1558 | 1574 | | |
1559 | 1575 | | |
1560 | 1576 | | |
1561 | | - | |
| 1577 | + | |
1562 | 1578 | | |
1563 | 1579 | | |
1564 | 1580 | | |
| |||
1704 | 1720 | | |
1705 | 1721 | | |
1706 | 1722 | | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
1707 | 1727 | | |
1708 | 1728 | | |
1709 | 1729 | | |
| |||
1767 | 1787 | | |
1768 | 1788 | | |
1769 | 1789 | | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
1770 | 1794 | | |
1771 | 1795 | | |
1772 | 1796 | | |
| |||
2481 | 2505 | | |
2482 | 2506 | | |
2483 | 2507 | | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
2484 | 2512 | | |
2485 | 2513 | | |
2486 | 2514 | | |
| |||
2850 | 2878 | | |
2851 | 2879 | | |
2852 | 2880 | | |
| 2881 | + | |
| 2882 | + | |
| 2883 | + | |
| 2884 | + | |
2853 | 2885 | | |
2854 | 2886 | | |
2855 | 2887 | | |
| |||
3537 | 3569 | | |
3538 | 3570 | | |
3539 | 3571 | | |
| 3572 | + | |
| 3573 | + | |
| 3574 | + | |
| 3575 | + | |
3540 | 3576 | | |
3541 | 3577 | | |
3542 | 3578 | | |
| |||
3679 | 3715 | | |
3680 | 3716 | | |
3681 | 3717 | | |
| 3718 | + | |
| 3719 | + | |
| 3720 | + | |
| 3721 | + | |
3682 | 3722 | | |
3683 | 3723 | | |
3684 | 3724 | | |
| |||
0 commit comments