paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] d85156: Pass i2c periph as arg


From: noreply
Subject: [paparazzi-commits] [paparazzi/paparazzi] d85156: Pass i2c periph as argument into i2c status handle...
Date: Wed, 2 Mar 2011 23:13:33 -0800

Branch: refs/heads/master
Home:   https://github.com/paparazzi/paparazzi

Commit: d85156932be9af4782098a94319f187ac678e97a
    
https://github.com/paparazzi/paparazzi/commit/d85156932be9af4782098a94319f187ac678e97a
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Pass i2c periph as argument into i2c status handlers


Commit: 78dc44a32208a79661231bf906cda53d88329b82
    
https://github.com/paparazzi/paparazzi/commit/78dc44a32208a79661231bf906cda53d88329b82
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M conf/modules/ins_arduimu.xml
  A sw/airborne/arch/sim/modules/ins/ins_arduimu.c
  M sw/airborne/arch/sim/sim_ap.c
  M sw/airborne/arch/sim/sim_ir.c
  M sw/simulator/hitl.ml
  M sw/simulator/sim.ml
  M sw/simulator/sim.mli
  M sw/simulator/sitl.ml

Log Message:
-----------
Merge remote branch 'origin/master'


Commit: 77a3911ee36348fb5bb71361b66a21b90a204109
    
https://github.com/paparazzi/paparazzi/commit/77a3911ee36348fb5bb71361b66a21b90a204109
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Move I2C_BUSY, SUPURIOUS_INTERRUPT, and OUT_OF_SYNC_STATE_MACHINE
defines out of I2C2 ifdef


Commit: befc92347b694130eac24ef87a4d49c49ac30df2
    
https://github.com/paparazzi/paparazzi/commit/befc92347b694130eac24ef87a4d49c49ac30df2
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
STM32 I2c arch: more generic i2c event handling (actually use periph parameter 
to access
    hardware intstead of hardcode for I2C2), still needs a bit more


Commit: 930b6f8b84b29617bc15873b9e5bea173e3cf3f8
    
https://github.com/paparazzi/paparazzi/commit/930b6f8b84b29617bc15873b9e5bea173e3cf3f8
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Convert END_OF_TRANSACTION define into static inline with takes periph
as argument


Commit: d290c893d5d8f2a75c3fa8e0c07261438c220144
    
https://github.com/paparazzi/paparazzi/commit/d290c893d5d8f2a75c3fa8e0c07261438c220144
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Convert I2C2_ABORT_AND_RESET into generic static inline abort_and_reset


Commit: e38d7dd5c31c1cfd60036d5c508bf9a901053ab0
    
https://github.com/paparazzi/paparazzi/commit/e38d7dd5c31c1cfd60036d5c508bf9a901053ab0
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Replace I2C2_APPLY_CONFIG macro with generic static inline
i2c_apply_config


Commit: db01670a7884da138d552436854b3cf87b1b6111
    
https://github.com/paparazzi/paparazzi/commit/db01670a7884da138d552436854b3cf87b1b6111
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Convert i2c2_hard_reset to i2c_hard_reset taking parameter for reg addr


Commit: 8659d97371822380e9cb43a57d94cc7c7f59bd94
    
https://github.com/paparazzi/paparazzi/commit/8659d97371822380e9cb43a57d94cc7c7f59bd94
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Move i2c_hard_reset outside I2C2 ifdef


Commit: 08f9b30f02102acf3ac7dcaa1656791591b64d65
    
https://github.com/paparazzi/paparazzi/commit/08f9b30f02102acf3ac7dcaa1656791591b64d65
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c
  M sw/airborne/mcu_periph/i2c.h

Log Message:
-----------
Store init struct and gpio pins into i2c_periph struct, use them to make
hard reset function generic


Commit: e35118a978a17fd967d7dfe48c3fa73c1cb249b8
    
https://github.com/paparazzi/paparazzi/commit/e35118a978a17fd967d7dfe48c3fa73c1cb249b8
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Add i2c_delay, replace copy/paste for loop with it


Commit: d7082c21efb14f352e27d3ad3bd60dd8db20d9eb
    
https://github.com/paparazzi/paparazzi/commit/d7082c21efb14f352e27d3ad3bd60dd8db20d9eb
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Convert I2C1 to use i2c_apply_config


Commit: 2b08e1fd7d5dfdb058971b90a4e19fc7cd3d6333
    
https://github.com/paparazzi/paparazzi/commit/2b08e1fd7d5dfdb058971b90a4e19fc7cd3d6333
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Convert I2C1 to use end_of_transaction


Commit: ea180861060b37a6605f31e5506c56731e980350
    
https://github.com/paparazzi/paparazzi/commit/ea180861060b37a6605f31e5506c56731e980350
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
Remove a couple hard coded references to i2c2


Commit: 25ff2bd3996d03eddb810a09f447eafba30ff47d
    
https://github.com/paparazzi/paparazzi/commit/25ff2bd3996d03eddb810a09f447eafba30ff47d
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
STM32 i2c_arch Finish making I2C register access generic in reset and
event functions


Commit: d492ffe1cb4c3ec40dbaaef4ad724062afa56f53
    
https://github.com/paparazzi/paparazzi/commit/d492ffe1cb4c3ec40dbaaef4ad724062afa56f53
Author: Allen <address@hidden>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c

Log Message:
-----------
wrap I2C_InitStructs around ifdef USE_I2C[12]


Compare: https://github.com/paparazzi/paparazzi/compare/4a55b76...d492ffe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]