Skip to content

Commit 53382ef

Browse files
authored
Merge pull request #25 from bxparks/develop
merge v1.2.4 into master
2 parents e3b2e54 + 37424df commit 53382ef

File tree

68 files changed

+95
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+95
-92
lines changed

.github/workflows/aunit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup
1414
run: |
1515
cd ..
16-
git clone https://github.com/bxparks/UnixHostDuino
16+
git clone https://github.com/bxparks/EpoxyDuino
1717
git clone https://github.com/bxparks/AceCommon
1818
git clone https://github.com/bxparks/AUnit
1919

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
* Unreleased
4+
* 1.2.4 (2021-01-22)
5+
* Update UnixHostDuino 0.4 to EpoxyDuino 0.5.
6+
* No functional change in this release.
47
* 1.2.3 (2021-01-19)
58
* Add official support for STM32 by validating on a Blue Pill board.
69
* Add scripts to `AutoBenchmark` to automate data collection.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ AceRoutine is a self-contained library that works on any platform supporting the
8282
Arduino API (AVR, Teensy, ESP8266, ESP32, etc), and it provides a handful of
8383
additional macros that can reduce boilerplate code.
8484

85-
**Version**: 1.2.3 (2021-01-19)
85+
**Version**: 1.2.4 (2021-01-22)
8686

8787
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
8888

@@ -511,7 +511,7 @@ It should work with [PlatformIO](https://platformio.org/) but I have
511511
not tested it.
512512
513513
The library works on Linux or MacOS (using both g++ and clang++ compilers) using
514-
the [UnixHostDuino](https://github.com/bxparks/UnixHostDuino) emulation layer.
514+
the [EpoxyDuino](https://github.com/bxparks/EpoxyDuino) emulation layer.
515515
516516
### Operating System
517517

USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [README.md](README.md) for installation instructions and other
44
background information. This document describes how to use the library once it
55
is installed.
66

7-
**Version**: 1.2.3 (2021-01-19)
7+
**Version**: 1.2.4 (2021-01-22)
88

99
## Table of Contents
1010

docs/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "AceRoutine"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.2.3
41+
PROJECT_NUMBER = 1.2.4
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/html/AceRoutine_8h_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceRoutine
25-
&#160;<span id="projectnumber">1.2.3</span>
25+
&#160;<span id="projectnumber">1.2.4</span>
2626
</div>
2727
<div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div>
2828
</td>
@@ -103,8 +103,8 @@
103103
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#include &quot;ace_routine/Channel.h&quot;</span></div>
104104
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; </div>
105105
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="comment">// Version format: xxyyzz == &quot;xx.yy.zz&quot;</span></div>
106-
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#define ACE_ROUTINE_VERSION 10203</span></div>
107-
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define ACE_ROUTINE_VERSION_STRING &quot;1.2.3&quot;</span></div>
106+
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#define ACE_ROUTINE_VERSION 10204</span></div>
107+
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define ACE_ROUTINE_VERSION_STRING &quot;1.2.4&quot;</span></div>
108108
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
109109
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#endif</span></div>
110110
</div><!-- fragment --></div><!-- contents -->

docs/html/Channel_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceRoutine
25-
&#160;<span id="projectnumber">1.2.3</span>
25+
&#160;<span id="projectnumber">1.2.4</span>
2626
</div>
2727
<div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div>
2828
</td>

docs/html/CoroutineScheduler_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceRoutine
25-
&#160;<span id="projectnumber">1.2.3</span>
25+
&#160;<span id="projectnumber">1.2.4</span>
2626
</div>
2727
<div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div>
2828
</td>

docs/html/CoroutineScheduler_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceRoutine
25-
&#160;<span id="projectnumber">1.2.3</span>
25+
&#160;<span id="projectnumber">1.2.4</span>
2626
</div>
2727
<div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div>
2828
</td>

docs/html/Coroutine_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceRoutine
25-
&#160;<span id="projectnumber">1.2.3</span>
25+
&#160;<span id="projectnumber">1.2.4</span>
2626
</div>
2727
<div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div>
2828
</td>

0 commit comments

Comments
 (0)