RE: What's the AVR32 GCC in Microchip Studio and where's its source code?

2021-10-16 Thread Augusto Fraga Giachero
I found this: https://github.com/embecosm/avr32-gcc https://github.com/embecosm/avr32-binutils-gdb https://github.com/embecosm/avr32-newlib Hope this helps. Augusto. > From: Martin Guy > Date: Sat, 16 Oct 2021 13:41:40 +0200 > Subject: What's the AVR32 GCC in Microchip Studio and where's its s

Re: More I2C timeout fixes [arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c]

2020-03-02 Thread Augusto Fraga Giachero
Thanks Nathan! Em seg, 2 de mar de 2020 18:07, Nathan Hartman escreveu: > On Mon, Mar 2, 2020 at 2:46 PM Augusto Fraga Giachero > wrote: > > I experienced some crashes when using I2C devices with lpc1769 micros > > (again). I found that the root cause of this behaviour is a

More I2C timeout fixes [arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c]

2020-03-02 Thread Augusto Fraga Giachero
be incremented twice. I also improved the timeout calculation I did last year, patches attached. Thanks, Augusto. From cb1fe553dfd405deb62cd329f476d6330f9675f2 Mon Sep 17 00:00:00 2001 From: Augusto Fraga Giachero Date: Mon, 2 Mar 2020 16:34:54 -0300 Subject: [PATCH 1/2] arch/arm/src/lpc17xx_40xx