DocScrutinizer05 changed the topic of #qi-hardware to: Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs and http://irclog.whitequark.org/qi-hardware
pcercuei_ has quit [Quit: dodo]
heberth has quit [Quit: leaving]
wej has quit [Ping timeout: 245 seconds]
wej has joined #qi-hardware
dos1 has quit [Ping timeout: 245 seconds]
viric has quit [Remote host closed the connection]
viric has joined #qi-hardware
kristianpaul has joined #qi-hardware
kristianpaul has quit [Ping timeout: 245 seconds]
kristianpaul has joined #qi-hardware
viric has quit [Ping timeout: 240 seconds]
viric has joined #qi-hardware
wej has quit [Ping timeout: 260 seconds]
wej has joined #qi-hardware
xiangfu has joined #qi-hardware
wolfspraul has joined #qi-hardware
<wpwrak> roh: btw, what cad do you use for 3d these days ? i did my "best" 3d work with fped plus a few dirty hacks, using fped to draw vertical slices.
<wpwrak> this approach has a few drawbacks, though: a) it's of course rather exotic, b) while i can make toolpaths, i don't have a way (so far) to go from that to a mesh, c) this limit me to all things in the Z direction to be strictly vertical - not nice for molds (which need slightly inclined walls) or fillets (both for mechanical stress and to avoid corners resins may not be able to reach)
pcercuei has joined #qi-hardware
FDCX_ has joined #qi-hardware
<larsc> pcercuei: Can I add your SoB to "MIPS: JZ4740: LCD: Fixed LCD_CMD consts and completed LCD_STATE consts"
<larsc> ?
<pcercuei> hi
<pcercuei> I did that?
<pcercuei> ah no, signed-off-by doesn't mean I'm the author
<larsc> according to the log you are the author
<larsc> but the SoB is missing
<pcercuei> looks like it's mine yes
<pcercuei> sure, you can add my SoB
<pcercuei> Date: Wed May 2 23:45:35 2012
<pcercuei> that was a long time ago :)
<pcercuei> you're preparing a push to mainline?
<larsc> yes, it's a rather trivial change
<pcercuei> I still have commits to fbcon I need to re-send mainline
<pcercuei> I sent 5 patches to the maintainer, but he only added one, lol
FDCX_ has quit [Ping timeout: 268 seconds]
<larsc> the binding code changed in upstream
<pcercuei> well we still have to apply 4 patches
<pcercuei> it changed since 3.11?
<larsc> it was changed in 3.11
<larsc> I did my best to forward port the patch
<pcercuei> I mean those patches:
<pcercuei> fbcon: use kstrtouint instead of deprecated function simple_strtoul.
<pcercuei> fbcon: continue parsing parameters after an error
<pcercuei> fbcon: optimize parameters parsing loop
<pcercuei> fbcon: add parameter to toggle bind on startup
<pcercuei> the first three are here to fix or clean the code
<pcercuei> so at least those should be accepted, I guess
<pcercuei> the last one is a functional change
<larsc> and I'm not sure how well it works with 3.11
viric has quit [Ping timeout: 240 seconds]
<pcercuei> larsc: it works fine, just tested it
<pcercuei> the one we have on our github repo
viric has joined #qi-hardware
wolfspraul has quit [Ping timeout: 248 seconds]
wolfspraul has joined #qi-hardware
lindi-_ is now known as lindi-
FDCX_ has joined #qi-hardware
wej has quit [Ping timeout: 264 seconds]
wej has joined #qi-hardware
dos1 has joined #qi-hardware
FDCX has quit [Remote host closed the connection]
mth_ has joined #qi-hardware
mth has quit [Read error: Connection reset by peer]
mth_ is now known as mth
FDCX_ has quit [Remote host closed the connection]
rz2k has joined #qi-hardware
<mth> larsc: this is how I modified the bind on startup patch: https://github.com/gcwnow/linux/commit/ef73228a
<mth> (for 3.11)
apelete has quit [Ping timeout: 245 seconds]
kilae has joined #qi-hardware
mth has quit [Read error: Connection reset by peer]
mth has joined #qi-hardware
pcercuei has quit [Quit: bbl]
FDCX has joined #qi-hardware
FDCX_ has joined #qi-hardware
FDCX_ has quit [Ping timeout: 252 seconds]
xiangfu has quit [Quit: leaving]
FDCX_ has joined #qi-hardware
Yannou is now known as ysionneau
mth has quit [Remote host closed the connection]
mth has joined #qi-hardware
rz2k has quit []
mth has quit [Ping timeout: 240 seconds]
FDCX has quit [Ping timeout: 245 seconds]
mth has joined #qi-hardware
pcercuei has joined #qi-hardware
freespace has quit [Ping timeout: 264 seconds]
freespace has joined #qi-hardware
<ysionneau> :)
kilae has quit [Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258]]
<larsc> all you ever wanted to know about C http://www.seebs.net/faqs/c-iaq.html
<larsc> Q: 'What's the auto keyword good for?' A: 'Declaring vehicles."
wolfspraul has quit [Read error: Connection reset by peer]
wolfspraul has joined #qi-hardware
<whitequark> excellent
<viric> Maybe 'auto' can help in some fancy macros
<viric> I can't think anything much useful though
<whitequark> viric: do you know what auto does in C?
<whitequark> well. nothing
rz2k has joined #qi-hardware
<whitequark> it used to say to the compiler that the variable should have *auto*matic storage, i.e. (I guess) placed on stack
<viric> I thought of a macro that used the 'auto' keywords, to avoid macro users to set it static
<whitequark> but it's a no-op in every single compiler I know, perhaps except original K&R C
<viric> keyword
<viric> ah ok
<viric> I didn't think about the implementations. :)
<whitequark> I'm horrified to even think about how much incompatible ways you could invent for handling a combination of auto and static
<viric> I didn't reach anything :)
<whitequark> roh: so I'm looking at STM32L1's GPIOs right now
<whitequark> it's sitting directly on AHB, so zero wait states
<whitequark> >Fast toggle capable of changing every two clock cycles
<whitequark> ^ states the manual
<whitequark> (I guess that's because you need one cycle for ICode read and another for AHB write, per toggle)
<whitequark> it's definitely more work than on avrs though.
<whitequark> stm32l1 has some insane i/o... complete with a huge interconnect matrix which allows to route peripherals almost everywhere you may want
<whitequark> and arbitrary combinations of gpio/afio, input/output, push-up/down/floating, open-drain/push-pull
wolfspraul has quit [Quit: leaving]