Limor "Ladyada" Fried
|
22de38d30e
|
Merge pull request #25 from jacobly0/fix/for
Fix for loop direction.
|
2019-07-12 14:14:20 -04:00 |
|
Jacob Young
|
dd3ea142ca
|
Fix for loop direction.
|
2019-07-12 13:18:46 -04:00 |
|
Dan Halbert
|
83a4759d18
|
Merge pull request #24 from tannewt/fix_pa01_timers
Correct PA01 timer def
|
2019-04-23 18:10:52 -04:00 |
|
Scott Shawcroft
|
f8626f9f09
|
Correct PA01 timer def
|
2019-04-23 14:54:04 -07:00 |
|
Scott Shawcroft
|
778d4f3736
|
Merge pull request #22 from adafruit/dhalbert/shared-eic
Remove CircuitPython-specific EIC handler info
|
2019-04-04 13:31:03 -07:00 |
|
Dan Halbert
|
15d5740b7b
|
Remove CircuitPython-speific EIC handler info
|
2019-04-04 16:00:05 -04:00 |
|
Dan Halbert
|
3e940ca355
|
Merge pull request #17 from deshipu/fixnewlines
Clean up ^M from some lines
|
2019-03-02 08:55:40 -05:00 |
|
Radomir Dopieralski
|
01f94f2d1b
|
Clean up ^M from some lines
|
2019-03-02 13:07:22 +01:00 |
|
Scott Shawcroft
|
6416828bb6
|
Merge pull request #16 from sommersoft/shared_timer_handler
Move Timer Handler Back To /ports/atmel-samd
|
2019-02-21 15:28:53 -08:00 |
|
sommersoft
|
d80d45534d
|
remove set_timer_handler; will call on core side.
|
2019-02-19 20:04:30 -06:00 |
|
sommersoft
|
5a36f9ddd2
|
partial-revert of #8; this only adds back the shared_time_handler being moved back to /ports/atmel-samd/
|
2019-02-16 19:08:27 -06:00 |
|
Scott Shawcroft
|
235cb97d72
|
Merge pull request #15 from adafruit/samd51-typos
fix SAMD51 pin typos: affects I2C on Grand Central
|
2019-01-11 16:02:21 -08:00 |
|
Dan Halbert
|
7341c475c1
|
fix SAMD51 pin typos: affects I2C on Grand Central
|
2019-01-11 17:06:35 -05:00 |
|
Dan Halbert
|
f3bd5b1fd9
|
Merge pull request #13 from tannewt/unused_clocks
Comment out clocks for peripherals unused in CircuitPython. This allo…
|
2018-12-01 14:44:32 -05:00 |
|
Scott Shawcroft
|
bdc11687ee
|
Comment out clocks for peripherals unused in CircuitPython. This allows us to speed up the build by excluding related files.
|
2018-12-01 01:50:10 -08:00 |
|
Dan Halbert
|
f20fcf642b
|
Merge pull request #12 from tannewt/fixes
A couple small fixes to reduce MicroPython ties
|
2018-11-05 19:15:43 -05:00 |
|
Scott Shawcroft
|
37c509f718
|
A couple small fixes
|
2018-11-03 01:14:51 -07:00 |
|
Scott Shawcroft
|
e93909df3e
|
Merge pull request #6 from sommersoft/free_timer
Add find_free_timer() function
|
2018-10-12 11:05:11 -07:00 |
|
Dan Halbert
|
1d0ba95851
|
Merge pull request #10 from tannewt/remove_dac_gclk
Remove unneeded GCLK that was used by the DAC.
|
2018-09-18 21:42:55 -04:00 |
|
Scott Shawcroft
|
466c1a2682
|
Remove unneeded GCLK that was used by the DAC.
|
2018-09-18 15:25:08 -07:00 |
|
Dan Halbert
|
d0dcba251c
|
Merge pull request #9 from tannewt/pin_fix
Fix some pin mappings that were unused.
|
2018-08-31 18:58:24 -04:00 |
|
Dan Halbert
|
b099a172df
|
Merge pull request #8 from adafruit/revert-timer_handler-stuff
Revert "Merge pull request #4 from sommersoft/freqm_periph"
|
2018-08-31 18:34:20 -04:00 |
|
Scott Shawcroft
|
9cb745dd60
|
Fix some pin mappings that were unused.
|
2018-08-31 15:33:58 -07:00 |
|
Dan Halbert
|
5830b0f3f3
|
Revert "Merge pull request #4 from sommersoft/freqm_periph"
This reverts commit 78e6dd9758, reversing
changes made to 156279784c.
|
2018-08-31 18:29:45 -04:00 |
|
Scott Shawcroft
|
cb42067c28
|
Merge pull request #7 from dhalbert/remove-reset_pin
remove unnecessary declarations of reset_pin()
|
2018-08-31 14:57:34 -07:00 |
|
Dan Halbert
|
20991e50e9
|
remove unnecessary declarations of reset_pin()
|
2018-08-31 17:52:19 -04:00 |
|
sommersoft
|
75c2cd289b
|
add find_free_timer()
|
2018-08-29 22:38:13 -05:00 |
|
Scott Shawcroft
|
78e6dd9758
|
Merge pull request #4 from sommersoft/freqm_periph
Adds FREQM Peripheral Usage, and FrequencyIn Usage to TC functions
|
2018-08-19 22:47:16 -07:00 |
|
sommersoft
|
b5effeda2b
|
move 'shared_timer_handler' to circuitpython; add passthroughs for the new timer handler states
|
2018-08-19 17:11:07 -05:00 |
|
sommersoft
|
0cbbd12d05
|
removed extraneous comments; internalized ref_clock; use a free_gclk instead of a static gclk
|
2018-08-16 21:51:00 -05:00 |
|
sommersoft
|
42d7c3e41c
|
changed FREQM init to internalize refernce clock
|
2018-08-16 21:49:46 -05:00 |
|
Limor "Ladyada" Fried
|
156279784c
|
Merge pull request #3 from adafruit/remove_raise
Remove mp_raises because their API is changing and it doesn't belong here.
|
2018-08-16 17:53:09 -07:00 |
|
Scott Shawcroft
|
4922fb5c06
|
Remove mp_raises because their API changed and it doesn't belong here.
|
2018-08-16 00:08:23 -07:00 |
|
Dan Halbert
|
1140ff6d7e
|
Merge pull request #2 from adafruit/samr
Fix TC7 and add PCxx pins for SAMR.
|
2018-08-08 14:50:50 -04:00 |
|
Scott Shawcroft
|
a17e492b53
|
Update SAMR comment
|
2018-08-08 11:05:47 -07:00 |
|
Scott Shawcroft
|
f9a1359b5e
|
Fix TC7 and add PCxx pins for SAMR.
|
2018-08-07 07:34:54 -07:00 |
|
Dan Halbert
|
75c3d3d50b
|
Merge pull request #1 from adafruit/smaller_pin
Move pin struct from circuitpython and remove micropython includes
|
2018-08-02 15:26:17 -04:00 |
|
Scott Shawcroft
|
fa0b51e85f
|
Remove old backup define and document the new one.
|
2018-08-02 11:35:06 -07:00 |
|
Scott Shawcroft
|
4bb490f1d5
|
Move pin struct from circuitpython and remove micropython includes
for pins.
|
2018-07-31 15:52:37 -07:00 |
|
sommersoft
|
51784042a5
|
add FREQM peripheral functionality; WIP
|
2018-07-28 21:18:55 -05:00 |
|
sommersoft
|
d5a563844b
|
add interrupt handling for FrequencyIn
|
2018-07-28 21:18:16 -05:00 |
|
sommersoft
|
6946f204e8
|
updated shared_handler for FrequencyIn handling
|
2018-07-20 21:13:20 +00:00 |
|
Scott Shawcroft
|
5b18f0a58a
|
Update instructions and includes
|
2018-06-15 16:14:52 -07:00 |
|
Scott Shawcroft
|
914572b1ef
|
Add initial version. Split from ab0bc1c2f8
|
2018-06-15 15:41:46 -07:00 |
|