[protobuf] Re: Python3 Protobufs

2013-08-22 Thread Dale Peterson
On Thursday, August 22, 2013 2:36:07 PM UTC-7, Charles Law wrote: I'd be interested in getting this done. I do want it merged in at some point this will only make it easier. Since I did some of the translation at work I'm talking to legal about getting the contributor license agreement

[protobuf] Re: Protocol Buffers on an embedded system

2013-08-22 Thread Dale Peterson
On Thursday, August 22, 2013 6:27:08 AM UTC-7, Trepi Dacious wrote: 1) I'm guessing the STM32F4 MCU? In that case yes, I've used protobuf in an identical environment (chibios, etc.). You guessed it. Yeah, Olimex STM32-H407, ChibiOS/RT, fatfs, and nanopb. It was *extremely* helpful to be

[protobuf] Re: Python3 Protobufs

2013-04-22 Thread Dale Peterson
Charles, Thanks for taking the time to do this! Is it possible to make your github repo be based off of the latest svn checkout of GPB? I have used the instructions here [0] to do this for other projects where I wanted to use git but the official code was managed with svn (as in this case).

[protobuf] Re: Is it possible to statically link protobuf without using pthread?

2013-04-18 Thread Dale Peterson
I'm also trying to do the same thing, specifically for an embedded ARM Cortex-M4 processor. I am using the GCC ARM Embedded [0] toolchain. Did you have any luck with this? Dale [0] -- https://launchpad.net/gcc-arm-embedded On Tuesday, January 15, 2013 4:00:05 AM UTC-8, hash code wrote: I

[protobuf] Protocol Buffers on an embedded system

2013-04-18 Thread Dale Peterson
I am collecting data from sensors with an ARM Cortex-M4 running and RTOS, and logging the data in binary format to an micro SD card, which is then periodically transferred to a PC for analysis. I am using the FatFS [0] FAT32 filesystem library along with the ChibiOS RTOS [1]. After a few