ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
crabbedhaloablut has joined #rust-embedded
lehmrob has joined #rust-embedded
starblue has quit [Ping timeout: 246 seconds]
starblue has joined #rust-embedded
IlPalazzo-ojiisa has joined #rust-embedded
brazuca has joined #rust-embedded
<re_irc> < (@jamesmunns:beeper.com)> Looks like they are using the cmsis dap library? And firmware seems to be MIT licensed?
<re_irc> < (@chemicstry:matrix.org)> only 3 wires for SWD? Isn't reset required?
<re_irc> < (@adamgreig:matrix.org)> It's not required so long as the mcu can't get itself into a state where it stops responding over swd :p
IlPalazzo-ojiisa has quit [Quit: Leaving.]
<re_irc> < (@yatekii:matrix.org)> offtopic question: has anyone ever run into a situation where a file was too large to push to GH? I removed the file from the history but it still refuses to accept the push ... kind of confused here.
<re_irc> < (@ryan-summers:matrix.org)> If you committed it at any point, you have to prune it out of the entire commit history: https://stackoverflow.com/questions/2100907/how-to-remove-delete-a-large-file-from-commit-history-in-the-git-repository
<re_irc> < (@yatekii:matrix.org)> It's telling me "File image is 262.04 MB". I do not even have a file that size lol. du -h tells me 97MB for the entire directory ...
<re_irc> < (@yatekii:matrix.org)> : I did :)
<re_irc> < (@ryan-summers:matrix.org)> If you pruned it, Github would never know about the large file, so there's probably still something in there then
<re_irc> < (@yatekii:matrix.org)> I know, the question is how to find it. but see the message about the size above. GH thinks it's 260MB where my directory is a mere 97MB ...
<re_irc> < (@ryan-summers:matrix.org)> Stuff stored in history is in the .git folder, is your size calc including that?
<re_irc> < (@yatekii:matrix.org)> : yep, including :)
<re_irc> < (@ryan-summers:matrix.org)> Also, maybe https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history has some help?
<re_irc> < (@ryan-summers:matrix.org)> There's a... complex one liner there you might be able to use
<re_irc> < (@jamesmunns:beeper.com)> There's also git-bfg for fancier operations
<re_irc> < (@yatekii:matrix.org)> : this has fixed it, thanks :)
<re_irc> < (@yatekii:matrix.org)> It was all a red herring ... it told me "File image is 260MB ..." where "image" was the name and not some image
<re_irc> < (@yatekii:matrix.org)> and I was too stupid to understand because that file was long deleted and not visible on first sight
<re_irc> < (@mehmet:grusbv.com)> Hi, is the section FLASH in memory.x configuration, is it hardcoded in any way?
<re_irc> < (@mehmet:grusbv.com)> By that I mean does the toolchain somehow find that section and FLASH it there?
<re_irc> < (@mehmet:grusbv.com)> Or is it hidden somewhere in the boilerplate project templates?
<re_irc> < (@adamgreig:matrix.org)> It's used by the linker script in cortex-m-rt
<re_irc> < (@mehmet:grusbv.com)> I searched for "FLASH" and couldn't find it to be special
<re_irc> < (@adamgreig:matrix.org)> And that's all, memory.x is included by that link.x file which uses the name FLASH, the compiler and linker don't otherwise handle the name specially or anything
<re_irc> < (@mehmet:grusbv.com)> Great, thank you.
<re_irc> < (@jamesmunns:beeper.com)> The cortex-m-rt docs are also a really good overview of how the whole linker script machinery works btw
<re_irc> < (@jamesmunns:beeper.com)> https://docs.rs/cortex-m-rt
<re_irc> < (@jamesmunns:beeper.com)> Always a good first read if you have linker related questions.
<re_irc> < (@jamesmunns:beeper.com)> Misc though, we should probably rename the "device" feature of cmrt at some point. That's what we used to call PACs.
<re_irc> < (@jamesmunns:beeper.com)> "has-pac" maybe?
Abhishek_ has joined #rust-embedded
lehmrob has quit [Quit: Konversation terminated!]
IlPalazzo-ojiisa has joined #rust-embedded
<re_irc> <Pedro Ferreira> : Why no USB-C tho? 😞
gpanders has joined #rust-embedded
<re_irc> < (@jamesmunns:beeper.com)> they're counting pennies.
dc740 has joined #rust-embedded
dc740 has quit [Remote host closed the connection]
dc740 has joined #rust-embedded
<re_irc> < (@thejpster:matrix.org)> Yeah. They cost more.
<re_irc> < (@jamesmunns:beeper.com)> (especially if they already have a huge stock of micro ports sitting around from say, building Pico boards)
dc740 has quit [Remote host closed the connection]
tafama is now known as tafa
tafa has quit [Quit: ZNC - https://znc.in]
tafa has joined #rust-embedded
tafa is now known as help
help is now known as tafa
emerent_ has joined #rust-embedded
emerent_ is now known as emerent
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #rust-embedded