Initial revision
authorOlivier Matz <zer0@droids-corp.org>
Thu, 24 Jul 2014 16:26:52 +0000 (18:26 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 24 Jul 2014 16:26:52 +0000 (18:26 +0200)
commit9a2241fcc428e58d0c208d1dc3b6c27a8481cd98
treeb7660cd69892d4ecbb564d9335020aeaab12f3c4
Initial revision

Start from

protos/imu 950c56ac3c1e5651f54965700f385076ab63c8ea
protos/xbee-avr 9a090567b4bf503a5919673e7416f3bc7963f3e4
90 files changed:
common/i2c_commands.h [new file with mode: 0644]
common/todo.txt [new file with mode: 0644]
imuboard/IMU_Razor9DOF.py [new file with mode: 0644]
imuboard/MadgwickAHRS.c [new file with mode: 0644]
imuboard/MadgwickAHRS.h [new file with mode: 0644]
imuboard/Makefile [new file with mode: 0644]
imuboard/PS-MPU-9150A.pdf [new file with mode: 0644]
imuboard/RM-MPU-9150A-00.pdf [new file with mode: 0644]
imuboard/byteordering.c [new file with mode: 0644]
imuboard/byteordering.h [new file with mode: 0644]
imuboard/cmdline.c [new file with mode: 0644]
imuboard/cmdline.h [new file with mode: 0644]
imuboard/commands.c [new file with mode: 0644]
imuboard/commands_gen.c [new file with mode: 0644]
imuboard/diagnostic_config.h [new file with mode: 0644]
imuboard/eeprom_config.c [new file with mode: 0644]
imuboard/eeprom_config.h [new file with mode: 0644]
imuboard/error_config.h [new file with mode: 0644]
imuboard/fat.c [new file with mode: 0644]
imuboard/fat.h [new file with mode: 0644]
imuboard/fat_config.h [new file with mode: 0644]
imuboard/gps_venus.c [new file with mode: 0644]
imuboard/gps_venus.h [new file with mode: 0644]
imuboard/graph_imu.py [new file with mode: 0644]
imuboard/i2c_config.h [new file with mode: 0644]
imuboard/i2c_protocol.c [new file with mode: 0644]
imuboard/i2c_protocol.h [new file with mode: 0644]
imuboard/i2cm_sw.c [new file with mode: 0644]
imuboard/i2cm_sw.h [new file with mode: 0644]
imuboard/imu.c [new file with mode: 0644]
imuboard/imu.h [new file with mode: 0644]
imuboard/main.c [new file with mode: 0644]
imuboard/main.h [new file with mode: 0644]
imuboard/matrix.c [new file with mode: 0644]
imuboard/matrix.h [new file with mode: 0644]
imuboard/mpu6050.c [new file with mode: 0644]
imuboard/mpu6050.h [new file with mode: 0644]
imuboard/mpu6050_regs.h [new file with mode: 0644]
imuboard/partition.c [new file with mode: 0644]
imuboard/partition.h [new file with mode: 0644]
imuboard/partition_config.h [new file with mode: 0644]
imuboard/rdline_config.h [new file with mode: 0644]
imuboard/scheduler_config.h [new file with mode: 0644]
imuboard/sd-reader_config.h [new file with mode: 0644]
imuboard/sd_log.c [new file with mode: 0644]
imuboard/sd_log.h [new file with mode: 0644]
imuboard/sd_main.c [new file with mode: 0644]
imuboard/sd_raw.c [new file with mode: 0644]
imuboard/sd_raw.h [new file with mode: 0644]
imuboard/sd_raw_config.h [new file with mode: 0644]
imuboard/timer_config.h [new file with mode: 0644]
imuboard/translate_code.py [new file with mode: 0644]
imuboard/uart_config.h [new file with mode: 0644]
mainboard/Makefile [new file with mode: 0644]
mainboard/avr6.x [new file with mode: 0644]
mainboard/beep.c [new file with mode: 0644]
mainboard/beep.h [new file with mode: 0644]
mainboard/cmdline.c [new file with mode: 0644]
mainboard/cmdline.h [new file with mode: 0644]
mainboard/commands.c [new file with mode: 0644]
mainboard/commands_gen.c [new file with mode: 0644]
mainboard/diagnostic_config.h [new file with mode: 0644]
mainboard/dump_stats.py [new file with mode: 0644]
mainboard/eeprom_config.c [new file with mode: 0644]
mainboard/eeprom_config.h [new file with mode: 0644]
mainboard/error_config.h [new file with mode: 0644]
mainboard/i2c_config.h [new file with mode: 0644]
mainboard/i2c_protocol.c [new file with mode: 0644]
mainboard/i2c_protocol.h [new file with mode: 0644]
mainboard/main.c [new file with mode: 0644]
mainboard/main.h [new file with mode: 0644]
mainboard/notes.txt [new file with mode: 0644]
mainboard/parse_atcmd.c [new file with mode: 0644]
mainboard/parse_atcmd.h [new file with mode: 0644]
mainboard/parse_monitor.c [new file with mode: 0644]
mainboard/parse_monitor.h [new file with mode: 0644]
mainboard/parse_neighbor.c [new file with mode: 0644]
mainboard/parse_neighbor.h [new file with mode: 0644]
mainboard/rc_proto.c [new file with mode: 0644]
mainboard/rc_proto.h [new file with mode: 0644]
mainboard/rdline_config.h [new file with mode: 0644]
mainboard/scheduler_config.h [new file with mode: 0644]
mainboard/spi_config.h [new file with mode: 0644]
mainboard/spi_servo.c [new file with mode: 0644]
mainboard/spi_servo.h [new file with mode: 0644]
mainboard/time_config.h [new file with mode: 0644]
mainboard/timer_config.h [new file with mode: 0644]
mainboard/uart_config.h [new file with mode: 0644]
mainboard/xbee_user.c [new file with mode: 0644]
mainboard/xbee_user.h [new file with mode: 0644]