Decaday

Results 4 issues of Decaday

Added `*.tmp` to the .gitignore file automatically generated by the editor VCS interface. The editor will sometimes generate `.tmp` files, such as `mah57E1.tmp`.

enhancement
topic:editor

Hello! I’ve updated the `py32f07x` example’s dependency on py32-hal to version 0.3.0. Due to limited RAM and some odd stack memory issues, I’ve split this PR into two commits for...

Adds the `AddPeripherals` transform, allowing peripherals to be appended to matching devices. Example: ```YAML - !AddPeripherals devices: .* peripherals: - name: MAILBOX1 base_address: 0x50082000 block: mailbox::Mailbox ``` This follows the...