LittleBuster
cada44bd9d
Add clean constructor for DI
2019-06-17 09:20:23 +02:00
Paul Stoffregen and GitHub
dbc93eba80
Merge pull request #69 from fpistm/Arduino_Core_STM32
...
Add support for STM32 MCU based boards
2019-03-26 03:09:50 -07:00
Frederic.Pillon
1e02cf456c
Add support for STM32 MCU based boards
...
Core: https://github.com/stm32duino/Arduino_Core_STM32
Required version higher than 1.5.0
Define used: ARDUINO_ARCH_STM32
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com >
2019-03-26 10:14:10 +01:00
PaulStoffregen
fd9c0b58d6
Add IMXRT
2019-01-02 04:58:25 -08:00
Paul Stoffregen and GitHub
f2b4a0f5a7
Merge pull request #66 from facchinm/atmage4809
...
Add support for ATMega4809
2018-12-12 06:32:44 -08:00
Martino Facchin
dec14beb34
Add support for ATMega4809
2018-12-12 14:29:45 +01:00
PaulStoffregen
578591782d
Add issue template
2018-03-15 16:07:19 -07:00
PaulStoffregen
6ad660a943
Add begin(pin) function
...
fixes #22
v2.3.4
2018-03-15 08:24:59 -07:00
PaulStoffregen
62ecd059f7
Bump version to 2.3.4
2018-03-15 08:11:12 -07:00
PaulStoffregen
76a13dd6d5
Don't define TRUE/FALSE, use proper bool
2018-03-15 08:07:42 -07:00
PaulStoffregen
9e08f4e43e
Rework private defs, fix compile problem on ESP32
...
fixes #52 , fixes #53
2018-03-15 07:56:04 -07:00
Paul Stoffregen and GitHub
84a4ac06a3
Merge pull request #55 from arjenlentz/arjen-tinycrc
...
Replaced 256 entry CRC8 table with tiny 2x16 entry table
2018-03-12 05:23:27 -07:00
Paul Stoffregen and GitHub
c115893418
Merge pull request #34 from EmilyBjoerk/patch-1
...
Fix bad link
2018-03-12 05:08:20 -07:00
Arjen Lentz
83d99762b3
Replaced 256 entry CRC8 table with tiny 2x16 entry table
2018-03-11 15:36:33 +10:00
PaulStoffregen
ac0ea9a7fc
Support ESP32 critical sections
2018-01-21 05:56:41 -08:00
PaulStoffregen
f54f2a972b
Move direct I/O macros, prevent leaking to Arduino sketches
2018-01-21 05:50:55 -08:00
PaulStoffregen
ebc5f7f503
Fix compiler warning and simplify DS2408_Switch example
2017-09-05 04:02:38 -07:00
PaulStoffregen
a074897351
Allow attributes on base pointer and bitmask - solves some compiler warnings
2017-09-05 01:23:00 -07:00
Paul Stoffregen and GitHub
e8eb2c30f5
Merge pull request #41 from cbxbiker61/master
...
initial support for riscv/highfive1
2017-09-03 18:58:08 -07:00
Kelly Anderson
910f623f4d
initial support for riscv/highfive1
2017-09-03 19:15:21 -06:00
Paul Stoffregen and GitHub
65be657de5
Merge pull request #40 from cbxbiker61/master
...
Initial ESP32 support, ready for testing
2017-09-01 02:41:42 -07:00
Kelly Anderson
5ecb6dd83c
Initial ESP32 support, ready for testing
2017-08-31 19:41:33 -06:00
Emily Björk and GitHub
85a7c16163
Fix bad link
...
The link pointed to some page that didn't directly contain the mentioned project. Changed link to point to project's github page.
2017-05-25 14:59:38 +02:00
PaulStoffregen
b1ef6b994f
Bump version to 2.3.3
v2.3.3
2017-02-06 16:19:06 -08:00
PaulStoffregen
78a0817a98
Add comment about ESP defs support
2017-02-06 16:01:37 -08:00
PaulStoffregen
7871017639
Add comments about tech support
2017-02-06 15:57:28 -08:00
Paul Stoffregen and GitHub
9bcf5fa7a7
Merge pull request #24 from Roman3349/master
...
Add information about library to @PlatformIO Library Registry manifest file
2016-09-27 01:35:29 -07:00
Roman3349
5d05de9f65
Add information about examples, homepage and version to @PlatformIO Library Registry manifest file
...
Signed-off-by: Roman3349 <ondracek.roman@centrum.cz >
2016-09-27 10:31:36 +02:00
Paul Stoffregen and GitHub
8fd2ebfec7
Merge pull request #21 from ppescher/master
...
added support for OpenTracker hardware (SAM3A)
2016-07-07 03:18:07 -07:00
Paolo Messina and GitHub
155fbf064f
added support for OpenTracker hardware (SAM3A)
2016-07-07 11:20:10 +02:00
Paul Stoffregen
57c18c6de8
Merge pull request #13 from tico-tico/master
...
Use avr-libc implementation of crc16
2016-03-03 20:16:41 -08:00
tico-tico
f60791373a
Use avr-libc implementation of crc16
2016-03-03 13:50:54 +03:00
Paul Stoffregen
55c4e06f2b
Merge pull request #12 from tico-tico/master
...
Use avr-libc implementation of crc8
2016-03-02 20:19:50 -08:00
tico-tico
27589d37d2
it's for avr only
2016-03-03 06:37:27 +03:00
tico-tico
d38ce2bc53
keep the style
2016-03-03 04:49:02 +03:00
tico-tico
1c70570b11
Use avr-libc implementation of crc8
2016-03-03 04:42:08 +03:00
PaulStoffregen
b943295ec8
Increment version to 2.3.2
v2.3.2
2016-01-05 04:45:26 -08:00
PaulStoffregen
48e2c1f03a
Don't redefine TRUE & FALSE, if already defined
2016-01-05 04:44:39 -08:00
PaulStoffregen
785c93e7d3
Add Arduino Zero (untested)
2016-01-05 04:27:34 -08:00
PaulStoffregen
18fc117764
Add extra Freescale defines
2016-01-05 04:14:02 -08:00
Paul Stoffregen
e21914433e
Merge pull request #9 from pricopb/master
...
Port OneWire to Arduino101/Genuino101
2016-01-05 03:59:58 -08:00
Bogdan Pricop
464903b4d0
Port OneWire to Arduino101/Genuino101
...
* Implement platform specific macros for Intel Arduino101 / Genuino101
board.
* Couldn't avoid using inline functions because a GPIO can be managed
by Quark or ARC core and I need to determine at runtime the type of
GPIO to use the specific way of configuring a GPIO:
* Just write to a specific address for a Quark managed GPIO
* Use and ARC specific assembly to instruction to modify an
auxiliary register.
Signed-off-by: Bogdan Pricop <bogdan.pricop@emutex.com >
2016-01-05 08:36:47 +00:00
PaulStoffregen
ef5e5c64cb
Support RedBearLab nRF51822 (untested)
v2.3.1
2015-12-06 01:40:12 -08:00
PaulStoffregen
6af633895c
Support conditional search
2015-12-06 01:36:33 -08:00
PaulStoffregen
27a383b0b7
Increment version to 2.3.1
2015-12-06 01:23:23 -08:00
Paul Stoffregen
2c55469b8a
Merge pull request #6 from igrr/master
...
ESP8266 core support
2015-11-22 16:28:10 -08:00
Ivan Grokhotkov
4ae7f068be
ESP8266 core support
2015-11-11 12:08:48 +03:00
PaulStoffregen
d388e36b47
Update library.properties
2015-03-26 08:02:45 -07:00
PaulStoffregen
c6564f2232
Search bug fix (Love Nystrom)
2.3
2015-03-25 19:52:22 -07:00
PaulStoffregen
358d5019c7
Version 2.3 info
2015-03-25 19:41:18 -07:00