-
Notifications
You must be signed in to change notification settings - Fork 22
Commit a02dcbc
Merge #80
80: Update stm32f4xx-hal requirement from 0.13.0 to 0.14.0 in /rtic_v1/stm32f411_edge_counter r=AfoHT a=dependabot[bot]
Updates the requirements on [stm32f4xx-hal](https://github.com/stm32-rs/stm32f4xx-hal) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/stm32-rs/stm32f4xx-hal/releases">stm32f4xx-hal's releases</a>.</em></p>
<blockquote>
<h2>v0.14.0</h2>
<h2>What's Changed</h2>
<ul>
<li>I2s rework by <a href="https://github.com/YruamaLairba"><code>`@YruamaLairba</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/490">stm32-rs/stm32f4xx-hal#490</a></li>
<li>From trait for Pin, PartiallyErasedPin, and ErasedPin structs by <a href="https://github.com/romancardenas"><code>`@romancardenas</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/507">stm32-rs/stm32f4xx-hal#507</a></li>
<li>Upgrade synopsys-usb-otg to 0.3.0 by <a href="https://github.com/dgoodlad"><code>`@dgoodlad</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/508">stm32-rs/stm32f4xx-hal#508</a></li>
<li>Update to embedded-hal 1.0.0-alpha.8 by <a href="https://github.com/quentinmit"><code>`@quentinmit</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/510">stm32-rs/stm32f4xx-hal#510</a></li>
<li>pac 0.15.1 by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/481">stm32-rs/stm32f4xx-hal#481</a></li>
<li>clippy fixes by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/512">stm32-rs/stm32f4xx-hal#512</a></li>
<li>SysMonoTimerExt by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/497">stm32-rs/stm32f4xx-hal#497</a></li>
<li>Addressing issue <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/501">#501</a> with start_pwm by <a href="https://github.com/TorstenStrunk"><code>`@TorstenStrunk</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/513">stm32-rs/stm32f4xx-hal#513</a></li>
<li>Serial Tx, Rx containing pins by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/514">stm32-rs/stm32f4xx-hal#514</a></li>
<li>Deref for UTx, URx by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/515">stm32-rs/stm32f4xx-hal#515</a></li>
<li>Apply #[inline] attribute to bitbanding functions. by <a href="https://github.com/therealprof"><code>`@therealprof</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/517">stm32-rs/stm32f4xx-hal#517</a></li>
<li>update deps by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/519">stm32-rs/stm32f4xx-hal#519</a></li>
<li>fix PwmHz::get_period by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/518">stm32-rs/stm32f4xx-hal#518</a></li>
<li>const BIDI: bool by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/521">stm32-rs/stm32f4xx-hal#521</a></li>
<li>Spi u16 frame by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/524">stm32-rs/stm32f4xx-hal#524</a></li>
<li>Cloned usb example and added irq usage by <a href="https://github.com/Slamy"><code>`@Slamy</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/525">stm32-rs/stm32f4xx-hal#525</a></li>
<li>Revised ADC temperature sensor pins by <a href="https://github.com/lborg019"><code>`@lborg019</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/529">stm32-rs/stm32f4xx-hal#529</a></li>
<li>Improve docs for Delay by <a href="https://github.com/dbrgn"><code>`@dbrgn</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/531">stm32-rs/stm32f4xx-hal#531</a></li>
<li>Bump synopsys-usb-otg to 0.3.1 by <a href="https://github.com/dgoodlad"><code>`@dgoodlad</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/535">stm32-rs/stm32f4xx-hal#535</a></li>
<li>Timer pins by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/536">stm32-rs/stm32f4xx-hal#536</a></li>
<li>Non-Blocking I2C based on DMA by <a href="https://github.com/SpeedCrash100"><code>`@SpeedCrash100</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/534">stm32-rs/stm32f4xx-hal#534</a></li>
<li>Add missing generic param by <a href="https://github.com/imihajlow"><code>`@imihajlow</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/540">stm32-rs/stm32f4xx-hal#540</a></li>
<li>fix removed Tx::Write<!-- raw HTML omitted --> by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/541">stm32-rs/stm32f4xx-hal#541</a></li>
<li>Transactional I2C by <a href="https://github.com/SpeedCrash100"><code>`@SpeedCrash100</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/542">stm32-rs/stm32f4xx-hal#542</a></li>
<li>Touchscreen driver by <a href="https://github.com/Srg213"><code>`@Srg213</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/527">stm32-rs/stm32f4xx-hal#527</a></li>
<li>Rtic examples by <a href="https://github.com/alexxy"><code>`@alexxy</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/551">stm32-rs/stm32f4xx-hal#551</a></li>
<li>Restructure examples by <a href="https://github.com/alexxy"><code>`@alexxy</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/552">stm32-rs/stm32f4xx-hal#552</a></li>
<li>Add rtic-usb-cdc-echo example by <a href="https://github.com/no111u3"><code>`@no111u3</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/553">stm32-rs/stm32f4xx-hal#553</a></li>
<li>Fix build for rtic-usb-cdc-echo example by <a href="https://github.com/no111u3"><code>`@no111u3</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/554">stm32-rs/stm32f4xx-hal#554</a></li>
<li>Reset timer CNT register when PWM period is changed by <a href="https://github.com/scd31"><code>`@scd31</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/555">stm32-rs/stm32f4xx-hal#555</a></li>
<li>offer <code>clear_idle_interrupt</code> from <code>serial::Rx</code> in DMA <code>Transfer</code> by <a href="https://github.com/rursprung"><code>`@rursprung</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/556">stm32-rs/stm32f4xx-hal#556</a></li>
<li>Fixed typo in DMA2/ADCx traits by <a href="https://github.com/DavidTheFighter"><code>`@DavidTheFighter</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/557">stm32-rs/stm32f4xx-hal#557</a></li>
<li>update ci, clippy & release 0.14 by <a href="https://github.com/burrbull"><code>`@burrbull</code></a>` in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/559">stm32-rs/stm32f4xx-hal#559</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/romancardenas"><code>`@romancardenas</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/507">stm32-rs/stm32f4xx-hal#507</a></li>
<li><a href="https://github.com/quentinmit"><code>`@quentinmit</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/510">stm32-rs/stm32f4xx-hal#510</a></li>
<li><a href="https://github.com/TorstenStrunk"><code>`@TorstenStrunk</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/513">stm32-rs/stm32f4xx-hal#513</a></li>
<li><a href="https://github.com/Slamy"><code>`@Slamy</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/525">stm32-rs/stm32f4xx-hal#525</a></li>
<li><a href="https://github.com/lborg019"><code>`@lborg019</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/529">stm32-rs/stm32f4xx-hal#529</a></li>
<li><a href="https://github.com/dbrgn"><code>`@dbrgn</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/531">stm32-rs/stm32f4xx-hal#531</a></li>
<li><a href="https://github.com/SpeedCrash100"><code>`@SpeedCrash100</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/534">stm32-rs/stm32f4xx-hal#534</a></li>
<li><a href="https://github.com/imihajlow"><code>`@imihajlow</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/540">stm32-rs/stm32f4xx-hal#540</a></li>
<li><a href="https://github.com/Srg213"><code>`@Srg213</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/527">stm32-rs/stm32f4xx-hal#527</a></li>
<li><a href="https://github.com/alexxy"><code>`@alexxy</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/551">stm32-rs/stm32f4xx-hal#551</a></li>
<li><a href="https://github.com/scd31"><code>`@scd31</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/555">stm32-rs/stm32f4xx-hal#555</a></li>
<li><a href="https://github.com/rursprung"><code>`@rursprung</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/556">stm32-rs/stm32f4xx-hal#556</a></li>
<li><a href="https://github.com/DavidTheFighter"><code>`@DavidTheFighter</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/pull/557">stm32-rs/stm32f4xx-hal#557</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/stm32-rs/stm32f4xx-hal/blob/master/CHANGELOG.md">stm32f4xx-hal's changelog</a>.</em></p>
<blockquote>
<h2>[v0.14.0] - 2022-12-12</h2>
<h3>Changed</h3>
<ul>
<li>Add missing timer pins <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/536">#536</a></li>
<li>Revised temperature sensor input pins for all MCUs <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/529">#529</a></li>
<li>Support <code>u16</code> read/write for SPI</li>
<li>Use <code>bool</code> for BIDI mode type</li>
<li><code>PwmHz::get_period</code>: fix computation of return value, prevent division by zero</li>
<li>apply #[inline] attribute to bitbanding functions <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/517">#517</a></li>
<li>update <code>stm32f4</code> to 0.15.1 <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/481">#481</a></li>
<li>use <code>stm32_i2s_v12x</code> version 0.3, reexport it, and implements requirement for it <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/490">#490</a></li>
<li>i2s module don't reuse marker from spi module and define its own <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/490">#490</a></li>
<li><code>i2s-audio-out</code> example updated and now use pcm5102 dac module instead one from discovery board <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/490">#490</a></li>
<li>extend visibility of gpio/marker to crate since i2s module require it <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/490">#490</a></li>
<li>Bump <code>synopsys-usb-otg</code> to <code>0.3.0</code> <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/508">#508</a></li>
<li>Bump <code>embedded-hal</code> to <code>1.0.0-alpha.8</code> <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/510">#510</a></li>
<li>Update <code>bxcan</code>, <code>rtic</code> and other dependencies <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/519">#519</a></li>
<li>Bump <code>synopsys-usb-otg</code> to <code>0.3.1</code> <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/535">#535</a></li>
<li>Renamed and updated rtic-button example (was rtic) <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/551">#551</a></li>
<li>Rename adc_dma_rtic to rtic-adc-dma and move it ot defmt <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/552">#552</a></li>
<li>Rename spi_slave_dma_rtic to rtic-spi-slave-dma and unbroke it <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/552">#552</a></li>
<li>Rename i2s-rtic-audio-in-out to rtic-i2s-audio-in-out <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/552">#552</a></li>
</ul>
<h3>Removed</h3>
<ul>
<li><code>i2s-audio-out-dma.rs</code> example, too difficult to fix.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>use register.modify instead of register.write to start PWM <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/501">#501</a></li>
<li>add missing generic param for Spi::release implementation.</li>
<li>build rtic-usb-cdc-echo example <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/554">#554</a></li>
<li>reset timer cnt register when changing pwm period <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/555">#555</a></li>
<li>Trait typo preventing ADC2 being used with DMA2 <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/557">#557</a></li>
</ul>
<h3>Added</h3>
<ul>
<li>Serial Tx, Rx containing pins <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/514">#514</a> <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/515">#515</a> <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/540">#540</a></li>
<li>example of using ft6x06 touchscreen driver for stm32f412 and stm32f413 <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/527">#527</a></li>
<li>Serial Tx, Rx containing pins <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/514">#514</a> <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/515">#515</a></li>
<li>Implementation of From trait for Pin-to-PartiallyErasedPin <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/507">#507</a></li>
<li>Implementation of From trait for Pin-to-ErasedPin <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/507">#507</a></li>
<li>Implementation of From trait for PartiallyErasedPin-to-ErasedPin <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/507">#507</a></li>
<li><code>SysMonoTimerExt</code> helper trait, <code>Pwm::(get/set)_duty_time</code> <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/497">#497</a></li>
<li>example of using i2s in out with rtic and interrupt.</li>
<li>example of using USB CDC with interrupts.</li>
<li>Added non-blocking I2C based on DMA <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/534">#534</a></li>
<li>Added Transactional I2C API <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/542">#542</a></li>
<li>Added rtic-usart-shell example <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/551">#551</a></li>
<li>Added rtic-usart-shell-ssd1306 example <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/551">#551</a></li>
<li>Added rtic-usb-cdc-echo example <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/553">#553</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/9934f7ecd0bc022f08ca944d9dde59a0b09e2626"><code>9934f7e</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/559">#559</a></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/9533682f07a5cb7d7c53457da91df81d0fb5cf99"><code>9533682</code></a> update ci, clippy & release 0.14</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/07148a14eac5dada175fa8536f3059ec4d0b0065"><code>07148a1</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/557">#557</a></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/191358d3f38eb83a54e8e2377584a736e7ecbb2c"><code>191358d</code></a> Fixed typo in DMA2/ADCx traits</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/592881996ed6a01f062e55c626e9c7b8474ff276"><code>5928819</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/556">#556</a></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/8296969c3a0228565ecb501531f1750e69a95cde"><code>8296969</code></a> offer <code>clear_idle_interrupt</code> from <code>serial::Rx</code> in DMA <code>Transfer</code></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/2a3f51b6d804afc75ec2f7f9fdb6f53de484878c"><code>2a3f51b</code></a> <code>Serial</code>: wrap interrupt functions in new traits</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/a2457bf53962a14d581de11b438695153d964120"><code>a2457bf</code></a> <code>Serial</code> interrupt handling: de-duplicate code</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/9d21215bbb53099996ee9b5de49cb2b0f2083829"><code>9d21215</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32f4xx-hal/issues/555">#555</a></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/1a21ce6489d160a488642eecdbef15e8bef5e141"><code>1a21ce6</code></a> address feedback</li>
<li>Additional commits viewable in <a href="https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.0...v0.14.0">compare view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
2 files changed
+8
-8
lines changedOpen diff view settings
Filter options
- rtic_v1/stm32f411_edge_counter
Expand file treeCollapse file tree
2 files changed
+8
-8
lines changedOpen diff view settings
Collapse file
rtic_v1/stm32f411_edge_counter/Cargo.lock
Copy file name to clipboardExpand all lines: rtic_v1/stm32f411_edge_counter/Cargo.lock+7-7Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
rtic_v1/stm32f411_edge_counter/Cargo.toml
Copy file name to clipboardExpand all lines: rtic_v1/stm32f411_edge_counter/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
0 commit comments