Dario Nieuwenhuis
|
9dc4375f18
|
rp: update PAC, fix CI.
|
2024-08-12 03:25:41 -04:00 |
|
Dion Dokter
|
5884576b88
|
Updated WL examples to use new API
|
2024-08-05 14:43:57 +02:00 |
|
Dion Dokter
|
90427ee231
|
Fix WL boot example
|
2024-08-05 12:12:55 +02:00 |
|
Ulf Lilleengen
|
187093e147
|
Prepare to release embassy-boot-rp
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
f605302791
|
Prepare to release embassy-rp
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
ec9a07d143
|
Prepare to release embassy-boot-nrf
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
1588fbc256
|
Prepare to release embassy-boot
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
37d7b0cd06
|
prepare release embassy-executor
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
61bda59d83
|
Prepare to release embassy-usb
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
2f3b3335e1
|
Prepare for embassy-nrf release
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
44282b18fa
|
Prepare embassy-time release
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
5767c003cc
|
Prepare release of embassy-embedded-hal 0.2.0
|
2024-08-05 08:56:29 +02:00 |
|
Rob Pilling
|
ec53b9187d
|
Fix bootloader-rp's bootloader memory region overflow
The bootloader region (`FLASH`) mentioned below overflows into the
`BOOTLOADER_STATE` region by `0x100` bytes
```
0x10000100 + 24K = 0x10006100
```
32adddff9c/examples/boot/bootloader/rp/memory.x (L3-L8)
|
2024-07-31 18:16:04 +01:00 |
|
Dario Nieuwenhuis
|
ad7d739ddc
|
Merge pull request #3062 from kkrolczyk/kk/bootloader-typos
fix docu typos, linker addr example
|
2024-06-10 20:48:41 +00:00 |
|
Krzysztof Królczyk
|
453aa58b7f
|
stm32/boot: update linker file in example
Signed-off-by: Krzysztof Królczyk <Krzysztof.Krolczyk@o2.pl>
|
2024-06-10 11:50:20 +02:00 |
|
Ulf Lilleengen
|
30918c355b
|
prepare for embassy-time 0.3.1 release
|
2024-06-04 09:02:41 +02:00 |
|
Dario Nieuwenhuis
|
999a2ad829
|
Fix all check-cfg errors in the entire repo.
the main ci.sh now passes if running with nightly.
|
2024-05-31 21:54:42 +02:00 |
|
Ulf Lilleengen
|
cf0d227cca
|
Prepare for embassy-sync 0.6.0 release
|
2024-05-29 12:09:55 +02:00 |
|
James Munns
|
0d0d8e14e2
|
Update dependent versions
|
2024-04-23 19:48:16 +02:00 |
|
Vega Deftwing
|
9053b6b5b3
|
Fix spelling and white space mistakes
|
2024-04-11 19:45:38 +00:00 |
|
Adam Greig
|
7cf6490fba
|
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
|
2024-03-23 00:35:15 +00:00 |
|
Badr Bouslikhin
|
cfc3e96633
|
fix(boot): update examples
|
2024-02-07 12:50:48 +01:00 |
|
Badr Bouslikhin
|
4a72f946e4
|
fix(boot): update stm32wb-dfu example readme
|
2024-02-07 11:38:05 +01:00 |
|
Badr Bouslikhin
|
c267cb9ab7
|
feat: enhance bootloader for multiple flash support
|
2024-02-06 16:25:45 +01:00 |
|
Dario Nieuwenhuis
|
3387ee7238
|
stm32/gpio: remove generics.
|
2024-01-22 21:31:06 +01:00 |
|
Dario Nieuwenhuis
|
9f76dbb93b
|
Remove nightly-only flags from cargo configs.
|
2024-01-22 21:31:06 +01:00 |
|
Dario Nieuwenhuis
|
a36c8eb843
|
boot: bump crates to 0.2
|
2024-01-12 00:53:46 +01:00 |
|
Dario Nieuwenhuis
|
22197320ff
|
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
|
2024-01-11 23:01:24 +01:00 |
|
Dario Nieuwenhuis
|
e0775fbc8a
|
Flatten embassy-boot dir tree
|
2024-01-11 18:55:59 +01:00 |
|
Dario Nieuwenhuis
|
eb7197c5b7
|
examples: configure executor task arena sizes.
|
2024-01-02 18:13:25 +01:00 |
|
Dario Nieuwenhuis
|
8b36a32ed5
|
ci: use beta, add secondary nightly ci.
|
2023-12-21 15:03:57 +01:00 |
|
Kaitlyn Kenwell
|
33e8943e5b
|
Rename bootloader feature to dfu
|
2023-12-14 14:16:58 -05:00 |
|
Kaitlyn Kenwell
|
9f9f6e75bb
|
Abstract chip reset logic, add Reset impls for cortex-m and esp32c3
|
2023-12-14 13:29:26 -05:00 |
|
Kaitlyn Kenwell
|
cbc8ccc51e
|
Adjust stm32wb-dfu example memory maps to fix linker errors
|
2023-12-14 10:56:16 -05:00 |
|
Kaitlyn Kenwell
|
27d054aa68
|
Adjust toml files, fix application example
|
2023-12-14 10:34:22 -05:00 |
|
Kaitlyn Kenwell
|
a34abd849f
|
Add examples to ci.sh
|
2023-12-14 10:30:10 -05:00 |
|
Kaitlyn Kenwell
|
9cc5d8ac89
|
fmt
|
2023-12-14 09:38:49 -05:00 |
|
Kaitlyn Kenwell
|
e27e00f628
|
Address reviews
|
2023-12-14 09:36:22 -05:00 |
|
Jesse Braham
|
925f5cbc26
|
Update all references to embasy-executor to the latest version
|
2023-12-06 12:05:47 +01:00 |
|
Scott Mabin
|
334900752a
|
update release version in examples and other crates
|
2023-12-04 13:15:10 +00:00 |
|
Dario Nieuwenhuis
|
03325ea81b
|
update embedded-storage{,-async}, remove patch.
|
2023-12-04 13:48:36 +01:00 |
|
Dario Nieuwenhuis
|
c6989dfbca
|
Remove nightly and unstable-traits features in preparation for 1.75.
|
2023-11-29 17:26:33 +01:00 |
|
James Munns
|
f3c77e59c4
|
Add docs, touch all linker fragments
|
2023-11-19 23:10:11 +01:00 |
|
Dario Nieuwenhuis
|
1f9b649f80
|
executor: release v0.3.3
|
2023-11-15 18:44:01 +01:00 |
|
Dario Nieuwenhuis
|
dd6a29adb2
|
Release embassy-executor v0.3.1
|
2023-11-01 00:17:44 +01:00 |
|
Dániel Buga
|
d941882066
|
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
|
2023-10-31 09:33:27 +01:00 |
|
Dario Nieuwenhuis
|
213b4c9dca
|
time: add links key, release v0.1.5.
|
2023-10-16 20:11:35 +02:00 |
|
Adam Greig
|
0621e957a0
|
time: Update examples, tests, and other code to use new Timer::after_x convenience methods
|
2023-10-15 01:30:12 +01:00 |
|
Dániel Buga
|
02d2c06b23
|
Release embassy-time 0.1.4
|
2023-10-12 18:14:33 +02:00 |
|
Ulf Lilleengen
|
1b20ba27b1
|
feat: bump embassy-sync version to 0.3.0
Update changelog in preparation for release
|
2023-09-14 18:26:00 +02:00 |
|