Commit Graph

65 Commits

Author SHA1 Message Date
WeAct Studio
29855005c7 Merge pull request #42 from alberiolima/patch-3
Create IPAddress.h
2023-04-15 20:34:04 +08:00
WeAct Studio
189441fec1 Merge pull request #37 from alberiolima/patch-1
Update platform.txt added version Arduino IDE
2023-04-15 20:33:45 +08:00
Alberio Lima
6c47a63466 Create IPAddress.h
copied IPAddress.h from esp32 core
2023-04-12 10:06:36 -03:00
Alberio Lima
4287d26ce7 Update platform.txt added version Arduino IDE
-DARDUINO={runtime.ide.version} on recipe.c.o.pattern and recipe.cpp.o.pattern, needed by some libraries
2023-04-12 10:00:06 -03:00
WeAct Studio
91f20cc095 Merge pull request #36 from ZYQ-FEIYUE/main
fix bug
2023-01-08 17:49:28 +08:00
ZYQ-FEIYUE
a18ff464f6 fix uart6 7 bug 2023-01-08 17:45:49 +08:00
ZYQ-FEIYUE
3b44bd60f2 Merge pull request #6 from WeActStudio/main
1
2023-01-08 10:47:56 +08:00
WeAct Studio
c1b345949d Update HardwareSerial.h 2022-12-26 08:27:27 +08:00
WeAct Studio
a454521f6b Merge pull request #35 from ZYQ-FEIYUE/main
Serial port to rectify odd and even check problems
2022-12-25 21:54:46 +08:00
ZYQ-FEIYUE
6b93931b0b Serial port to rectify odd and even check problems 2022-12-25 21:51:58 +08:00
ZYQ-FEIYUE
2a543d1139 Serial port to rectify odd and even check problems 2022-12-25 21:27:14 +08:00
ZYQ-FEIYUE
02a51696c4 Merge pull request #5 from WeActStudio/main
1
2022-12-25 18:51:23 +08:00
WeAct Studio
79e66e3b08 Update HardwareSerial.h 2022-11-22 21:19:49 +08:00
WeAct Studio
a07d4d1c7b Merge pull request #31 from ZYQ-FEIYUE/main
1
2022-11-21 23:23:26 +08:00
ZYQ-FEIYUE
51dd5d84a1 add hardware serial uart6 uart7 uart8 2022-11-21 23:21:42 +08:00
ZYQ-FEIYUE
e1ca5ca824 Merge pull request #4 from WeActStudio/main
1
2022-11-21 22:54:08 +08:00
WeAct Studio
c668023344 Merge pull request #27 from c---/fix-unused
i2c: Fix unused warning
2022-09-18 22:59:32 +08:00
WeAct Studio
d0282d4d04 Merge pull request #28 from c---/fix-string-remove
String: Fix remove method
2022-09-18 22:59:20 +08:00
WeAct Studio
fa5f727f5d Merge pull request #26 from c---/fix-punning
timer: Fix type punning strict aliasing warning
2022-09-18 22:59:01 +08:00
Chris
ecd958e50e String: Fix remove method
strncpy() can not use overlapped memory regions and generates corrupted data
with certain inputs. Changed to memmove. Verified with fuzzing against
std::string::erase.
2022-09-18 04:17:02 -04:00
Chris
23b2bb4660 timer: Fix type punning strict aliasing warning
Fixes the warning from gcc in Qsqrt(). Verified that the generated assembly
code is the same as the original.
2022-09-18 04:16:09 -04:00
Chris
d6d008bcad i2c: Fix unused warning
Fixes unused warning from gcc. Alternatively this could use a `(void)tmpreg;`
statement.
2022-09-18 04:10:23 -04:00
WeAct Studio
c2ac620686 Merge pull request #24 from ZYQ-FEIYUE/main
add SoftwareSerial and fix some bug
2022-09-11 23:14:48 +08:00
ZYQ-FEIYUE
2106119b9f add SoftwareSerial and fix some bug 2022-09-11 23:13:29 +08:00
WeAct Studio
4bd8b73b26 Merge pull request #23 from ZYQ-FEIYUE/main
add SoftwareSerial and fix some bug
2022-09-11 23:11:07 +08:00
ZYQ-FEIYUE
f4536fcf97 add SoftwareSerial and fix some bug 2022-09-11 23:10:05 +08:00
WeAct Studio
06d709da9a Merge pull request #22 from ZYQ-FEIYUE/main
add SoftwareSerial and fix some bug
2022-09-11 23:02:20 +08:00
ZYQ-FEIYUE
6274558153 add SoftwareSerial and fix some bug 2022-09-11 23:00:26 +08:00
WeAct Studio
86cf459ae2 Merge pull request #19 from ZYQ-FEIYUE/main
1
2022-09-04 21:08:32 +08:00
ZYQ-FEIYUE
b0c4415631 update version 2022-09-04 20:54:27 +08:00
ZYQ-FEIYUE
1185e76291 update version 2022-09-04 20:48:54 +08:00
ZYQ-FEIYUE
511aa6552a fix irq bug 2022-09-04 20:47:15 +08:00
ZYQ-FEIYUE
37bbda1007 Merge pull request #3 from WeActStudio/main
1
2022-09-04 20:45:09 +08:00
WeAct Studio
cdaae4c171 Merge pull request #16 from ZYQ-FEIYUE/main
1
2022-08-29 22:49:30 +08:00
ZYQ-FEIYUE
718ee377cf fix upload program bug 2022-08-29 22:47:04 +08:00
ZYQ-FEIYUE
75c2f9b954 fix upload program bug 2022-08-29 22:45:20 +08:00
WeAct Studio
59db22bb32 Merge pull request #14 from ZYQ-FEIYUE/main
fix compile print bug
2022-08-28 23:36:36 +08:00
ZYQ-FEIYUE
bf1cef1efd fix compile print bug 2022-08-28 23:34:54 +08:00
WeAct Studio
8f6d91e164 Merge pull request #13 from ZYQ-FEIYUE/main
fix some bug
2022-08-28 23:30:48 +08:00
ZYQ-FEIYUE
7d20bdfcf0 fix compile printf bug 2022-08-28 23:27:52 +08:00
ZYQ-FEIYUE
5983045e54 Merge pull request #2 from WeActStudio/main
1
2022-08-28 23:12:02 +08:00
WeAct Studio
5d55032be8 fix not report size 2022-08-23 22:51:10 +08:00
WeAct Studio
2278e90acd Update package_at32_index.json 2022-08-21 09:22:23 +08:00
WeAct Studio
dbaee1ef0d Merge pull request #9 from ZYQ-FEIYUE/main
add uart4 uart5
2022-08-21 09:21:51 +08:00
ZYQ-FEIYUE
c4cfc91d3e fix bug 2022-08-21 09:19:12 +08:00
ZYQ-FEIYUE
b8ab5ef1ba add uart4 and uart5 2022-08-21 09:13:25 +08:00
ZYQ-FEIYUE
9c78fdbfb0 add uart4 and uart5 2022-08-20 23:37:10 +08:00
WeAct Studio
a74a82b479 Merge pull request #6 from c---/fix-serial
Fix serial configuration. 7-bits is not supported.
2022-08-11 23:51:45 +08:00
Chris
23ba45c232 Fix serial configuration. 7-bits is not supported.
When configuring the serial port it was erroneously selecting the wrong mode.
For example when selecting 8N1 was actually configuring 9N1. Fixed by removing
the invalid 7-bit modes.
2022-08-10 20:55:37 -04:00
WeAct Studio
073c3a6c57 Merge pull request #5 from ZYQ-FEIYUE/main
fix bug
2022-08-10 00:00:30 +08:00