<M9names[m]>
<tiwalun[m]> "I think I didn't really understa..." <- oh right, riscv32[e,em,emc] are *already* tier 3 targets - @heksa added them.
<M9names[m]>
but they're right at the bottom of the platform support page, which makes them hard to discover because almost the entirety of the list is in alphabetical order.
Jubilee[m] has joined #rust-embedded
<Jubilee[m]>
hey y'all
<Jubilee[m]>
9names: if you want to sort the list you can just send a PR sorting the list
<M9names[m]>
<Jubilee[m]> "9names: if you want to sort..." <- already started work on it ;)
<Jubilee[m]>
nice, thank you
<Jubilee[m]>
almindor romancardenas mabez rmsyn The riscv32e target was added without checking with you folks, so you officially are NOT maintainers of the riscv32e target (and thus it has a separate platform support page, etc.). I suggested there be coordination about the target so that you could be co-maintainers since I did not want anyone to be signed up for work without their consent, but that evidently did not happen yet. I would like
<Jubilee[m]>
this to unhappen, since it would help get the feature requests you er, requested, merged, since then you could say "yes please merge this" about things like https://github.com/rust-lang/rust/pull/134358 without it being Kinda Weird. Could one of you send a PR in to update the target platform support pages appropriately and then have the others chime in that yes they are game for this?
Ekho- has quit [Quit: CORE ERROR, SYSTEM HALTED.]
Ekho has joined #rust-embedded
cgc17[m] has joined #rust-embedded
<cgc17[m]>
does anyone happen to know of or have an example of a button-blinky using interrupts and the nrf52833 PAC? for learning purposes i wanted to have a button press turn an LED on using an interrupt (without a HAL - again just to learn). the board i'm using is the microbit v2.
<cgc17[m]>
i've been reading the data sheet and some code examples i found, but still can't quite figure out the steps to take (e.g., there's one in the Embassy book using IRQ but it's for stm32 and i'm struggling on how i would translate it over).
cinemaSundays has quit [Quit: Connection closed for inactivity]
AlexandrosLiarok has joined #rust-embedded
<AlexandrosLiarok>
any idea why I get a hardfault when invoking SCB::sys_reset from my stm32h745's M4 core?
<AlexandrosLiarok>
.. nope it's not that it's the M4 core not having access to DTCM memory and clearing bootloader state that is stored in that region before the jump.
<thejpster[m]>
tiwalun: nice. I guess it would look pretty similar for the PPR?
<tiwalun[m]>
They’re all based on the same core, so I think it should be pretty similar
<thejpster[m]>
I like that they went "Well the Raspberry Pi PIO is neat and all, but what if we just gave you a RISC-V core"
cbjamo[m] has joined #rust-embedded
<cbjamo[m]>
I wonder if the parallax propeller's approach of "why have peripherals when you can just have more cores" will see some more attempts with tiny risc-v cores.