Commit graph

2112 commits

Author SHA1 Message Date
hathach
41cd7a70e1 adding samd51 debug, still wip 2023-06-22 16:42:55 +07:00
hathach
463beee02d debug work with itsybitsy and pico probe 2023-06-22 12:25:24 +07:00
hathach
2f8f40c05c more script update 2023-06-21 23:07:26 +07:00
hathach
ef8903ac8e move makboards.py scripts tools/, refactor to use f-string 2023-06-21 21:34:19 +07:00
Ha Thach
313ef47993
Merge pull request #344 from adafruit/release-1.7.12
fix incorrect PID for pIRKey board (conflict with M0 trinket)
2023-05-23 11:14:01 +07:00
hathach
c307d378eb
fix incorrect PID for pIRKey board (conflict with M0 trinket) 2023-05-23 10:12:41 +07:00
dherrada
159e3c31ed Update CI action versions 2023-05-12 11:24:12 -04:00
Jason Yosinski
a6b4ae7738 Added .ramfunc attribute to linker script to enable keeping functions in RAM. 2022-12-20 11:27:08 -08:00
Ha Thach
0fd44a54b7
Merge pull request #278 from rlcamp/master
Fix typo in samd51 clock init which was preventing XOSC1K from being used in RTCCTRL
2022-11-15 09:24:47 +07:00
Ha Thach
7812526590
Merge pull request #338 from rlcamp/ltofix
Prevent LTO from omitting the ISR vector table
2022-11-15 09:02:35 +07:00
Richard Campbell
7ca484ac85 Prevent LTO from omitting the ISR vector table for SAMD21 too 2022-11-13 22:13:30 -08:00
Richard Campbell
88bafcc09e Prevent LTO from omitting the ISR vector table 2022-11-13 10:53:59 -08:00
rlcamp
22176f8c20
Merge branch 'adafruit:master' into master 2022-11-13 10:35:57 -08:00
Ha Thach
024eaa50d1
Merge pull request #337 from adafruit/release-1.7.11
Remove ARDUINO_SAMD_ZERO for some boards
2022-11-01 12:09:42 +07:00
hathach
66ebeeb4dc
bump version to 1.7.11 2022-11-01 11:51:41 +07:00
hathach
7c47afb817
remove ARDUINO_SAMD_ZERO from some boards due to fastled issue 2022-11-01 11:51:14 +07:00
hathach
ad12ce969f fix possible windows bossac tool 2022-10-12 21:42:23 +07:00
Tim Vrakas
c2d4153929
Proposal to improve WVariant part number define logic (#326)
* add ethernet interupt dummy handler

* fix timer definitions for -N and -P SAMx5x parts
2022-07-31 23:38:27 -04:00
Ha Thach
bd2a9cdbe7
change the SDA, SCL timer from alt to primary to avoid pwm conflict (#331) 2022-06-05 16:49:30 -04:00
caternuson
b13ae7f0b7 add PIN_DOTSTAR_CLOCK 2022-03-23 11:43:51 -07:00
Ha Thach
137b8d2de0
fix typo board defines for feather m0 express (#325) 2022-03-08 14:24:19 -05:00
Ha Thach
85f71fb7c1
Merge pull request #324 from adafruit/release-1.7.10
increase verion to 1.7.10
2022-02-17 17:07:05 +07:00
hathach
ada1b9d9d3 increase verion to 1.7.10
bump up included tinyusb to 1.9.4
2022-02-17 16:54:43 +07:00
Ha Thach
81f9ee0889
Merge pull request #323 from adafruit/revert-bossac-to-1.8
revert bossac tool from 1.9 back to 1.8
2022-02-06 00:39:01 +07:00
hathach
327fbceb48 revert bossac tool from 1.9 back to 1.8
move blm badge up in boards.txt, update id for portal m4
2022-02-04 12:12:52 +07:00
Kattni
d4ed1fd456
Merge pull request #321 from caternuson/iss320_dotstar
Add defines for internal DotStar pins
2022-01-26 18:50:42 -05:00
caternuson
dd787f583c paran u 2022-01-26 15:23:50 -08:00
caternuson
6398c2a1ac add dotstar pin defs 2022-01-26 15:19:30 -08:00
Ha Thach
2a7aae79ee
Update makeboards.py 2022-01-27 01:15:58 +07:00
Ha Thach
d8893ff12f
Merge pull request #319 from adafruit/bossac-1.9
migrate all boards upload tool from bossac 1.8 to 1.9 and auto-generate boards.txt
2022-01-27 01:15:03 +07:00
hathach
5528bf224f add makeboard.py to genearte boards.txt to prevent error in board addition 2022-01-26 17:25:48 +07:00
hathach
6bc12c92fe
migrate all boards from bossac 1.8 to 1.9 2022-01-25 22:03:49 +07:00
Ha Thach
67dfb93a4a
migrate all m0 upload tool to bossac 1.8 (#318) 2022-01-14 16:59:59 -05:00
Ha Thach
c999601efc
increase version to 1.7.7 for release 2022-01-13 11:42:21 +07:00
Ha Thach
3f214fea3b
Merge pull request #317 from adafruit/more-bossac18
update bossac18 for neokey, neo, rotary, slide trinkey m0
2022-01-13 11:27:05 +07:00
hathach
53248609ec
update bossac18 for neokey, neo, rotary, slide trinkey m0
also add fake SPI interfaces for them as well
2022-01-13 11:04:19 +07:00
Ha Thach
525980e0ee
Prepare BSP for Internal Flash filesystem (#316)
* update upload tool for adafruit_proxlighttrinkey_m0 to bossac18

* fake SPI Interface so we could compile with SdFat
2022-01-12 13:34:27 -05:00
hathach
90b4d35236
increase version 1.7.6 for release 2022-01-10 22:46:08 +07:00
Ha Thach
9785217e25
Merge pull request #315 from adafruit/add-Werror=return-type
add -Werror=return-type for all warning options
2022-01-07 02:19:25 +07:00
hathach
bac2839448 add -Werror=return-type for all warning options 2022-01-06 18:20:59 +07:00
ladyada
a8c4b4d8e3 Merge branch 'master' of github.com:adafruit/ArduinoCore-samd 2022-01-04 13:50:18 -05:00
ladyada
3db7484736 'hot fix' for https://github.com/arduino-libraries/WiFiNINA/issues/184 2022-01-04 13:50:14 -05:00
Ha Thach
e669a01bc1
Merge pull request #314 from prampec/patch-1
Introduce digital pin definitions
2021-12-21 12:24:25 +07:00
Balázs Kelemen
e715d707ef
Introduce digital pin definitions
Pin definitions are based on the schematics.
2021-12-20 23:20:19 +01:00
Ha Thach
1710c41552
enable DRVSTR for output pin (#313)
add neopixel and button pin define for circuitplay
2021-12-13 22:58:26 -05:00
Ha Thach
41c0a72f37
Merge pull request #310 from MartinL1/master
Add int64_t and uint64_t data types to Serial.print(ln)
2021-10-01 15:21:57 +07:00
hathach
6f5a596b31
indentation 2021-10-01 14:58:17 +07:00
MartinL1
3b2df62575
Update Print.cpp 2021-09-30 12:27:12 +01:00
MartinL1
6907751dd1
Update Print.h 2021-09-30 12:25:26 +01:00
Ha Thach
8b70e4c252
Merge pull request #309 from zuyan9/master
Bugfix - waiting for first ADC read to complete after ADC enable.
2021-09-17 17:38:54 +07:00