Activity for ocapi

  • Oliver Maye Oliver Maye committed [r597]

    Minor adjustments to handle the case that the battery fuel gauge cannot be read, e.g. because of missing ST microcontroller firmware.

  • Oliver Maye Oliver Maye committed [r596]

    Exasens demo app: Added UI button to configuration. First implementation of a calibration procedure.

  • Oliver Maye Oliver Maye committed [r595]

    Fixed typo in header documentation

  • Oliver Maye Oliver Maye committed [r594]

    Fixed initialization routine.

  • Oliver Maye Oliver Maye committed [r593]

    Fixed bug in getBusCfg().

  • Oliver Maye Oliver Maye committed [r592]

    Configured ocapi for data recorder on Ghost 1.2 to use the new IR remote control by vivanco.

  • Oliver Maye Oliver Maye committed [r591]

    Updated configurations.

  • Oliver Maye Oliver Maye committed [r590]

    Data recorder app prepared for the data record campaign in Konstanz in July 2020.

  • Oliver Maye Oliver Maye committed [r589]

    SYSMEMTEST application: Enhanced the flash lister to serve as a flash tool, including writing and erasing external flash memory.

  • Oliver Maye Oliver Maye committed [r588]

    Data Recorder App: Output of sensor selection is now independent of APP_STATE_INDICATOR_CONSOLE.

  • Oliver Maye Oliver Maye committed [r587]

    Fixed code set for vivanco.ur89; is now #496.

  • Oliver Maye Oliver Maye committed [r586]

    SYSDIAG: Fixed SysMem-test.

  • Oliver Maye Oliver Maye committed [r585]

    Adapted the IRPHY module to the recent changes of the SERIAL module.

  • Oliver Maye Oliver Maye committed [r584]

    Data Recorder App: Enlarged measurement range for acc. to 4g and gyr. to 2000°/s. Increased Mag. data rate.

  • Oliver Maye Oliver Maye committed [r583]

    SERIAL module: Fixed documentation issues.

  • Oliver Maye Oliver Maye committed [r582]

    Fixed some documentation remarks.

  • Oliver Maye Oliver Maye committed [r581]

    Data Recorder App: Speed-optimized the transmit loop.

  • Oliver Maye Oliver Maye committed [r580]

    Peripheral bit test/bit inverse macros (BIT_PERIPHERAL_REGISTER etc.) now volatile'd to prevent it from being optimized away.

  • Oliver Maye Oliver Maye committed [r579]

    Fixed issue with return value of serialEnableRx() and alike as they are void now, but replaced the deprecated serialAllowInterrupt(...), which returned an error code.

  • Oliver Maye Oliver Maye committed [r578]

    Data Recorder App: Introduced binary data transmission as an alternative to ascii format.

  • Oliver Maye Oliver Maye committed [r577]

    SERIAL module: deprecated serialAllowInterrupt().

  • Oliver Maye Oliver Maye committed [r576]

    Data Recorder App: Configured higher speed (125Hz) for 3-sensor mode due to improved serial interface performance.

  • Oliver Maye Oliver Maye committed [r575]

    Adapted the most recent configuration files to the new SERIAL implementation.

  • Oliver Maye Oliver Maye committed [r574]

    SYSMEM: speed-optimized writeIteration().

  • Oliver Maye Oliver Maye committed [r573]

    Re-organized the concept of serial port handles. Introduced data structure serialPort. Speed-optimized implementation. Adapted dependent modules.

  • Oliver Maye Oliver Maye committed [r572]

    Enabling interrupts is now delegated to systemInit().

  • Oliver Maye Oliver Maye committed [r571]

    Improved BIS and BIC implementation.

  • Oliver Maye Oliver Maye committed [r570]

    More loops, free length selection. Storage not at the page boundary.

  • Oliver Maye Oliver Maye committed [r569]

    Allowed for settings for the SERIAL module.

  • Oliver Maye Oliver Maye committed [r568]

    Make use of the new serialBusSkip() function instead of accessing lower-level serialStream functions.

  • Oliver Maye Oliver Maye committed [r567]

    Module serialBus: added serialBusSkip() and serialBusFlush() functions. Changed most of the function parameters into const.

  • Oliver Maye Oliver Maye committed [r566]

    Data Recorder App: Added functionality to switch at runtime between 3sensors@62.5Hz and 1sensor@250Hz modes.

  • Oliver Maye Oliver Maye committed [r565]

    SYSMEM: sysMemWriteBuffer() returns an error, when system mempory is exhausted.

  • Oliver Maye Oliver Maye committed [r564]

    Implemented new LED signalling.

  • Oliver Maye Oliver Maye committed [r562]

    Data recorder app: Fixed initial status.

  • Oliver Maye Oliver Maye committed [r563]

    Added benchmark tests for SYSMEM and BMX055 SYSSENSOR modules.

  • Oliver Maye Oliver Maye committed [r559]

    Adapted the build file for the base app, to work propperly out of the box.

  • Oliver Maye Oliver Maye committed [r560]

    SYSDIAG App: Improved SYSPOWER diagnostics.

  • Oliver Maye Oliver Maye committed [r561]

    Disabled module tests for SYSPOWER.

  • Oliver Maye Oliver Maye committed [r558]

    FastGate data recorder app: added LED codes to debug power / charge issues.

  • Oliver Maye Oliver Maye committed [r557]

    Fixed BQ24030:STAT2 definition in ghost 1.2 target properties.

  • Oliver Maye Oliver Maye committed [r556]

    Module SYSLED: completed blinking/morse functionality.

  • Oliver Maye Oliver Maye committed [r555]

    Module CONSOLE: prevented printf from flooding the buffer when console is in FAST mode.

  • Oliver Maye Oliver Maye committed [r554]

    Module SYSLED: Added blinking functionality.

  • Oliver Maye Oliver Maye committed [r553]

    Module SYSMEM: fixed include files.

  • Oliver Maye Oliver Maye committed [r552]

    Exasens demo app: Further improved driver abstraction.

  • Oliver Maye Oliver Maye committed [r551]

    Module SYSSENSOR_IHPPERM: Introduced mnemonics for min/max measure, permittivity and weight.

  • Oliver Maye Oliver Maye committed [r550]

    Module SYSSENSOR_IHPPERM: implemented calibration and test routines.

  • Oliver Maye Oliver Maye committed [r549]

    Module sensor/ihpperm: adjusted data type, fixed transfer function.

  • Oliver Maye Oliver Maye committed [r548]

    Data recorder app for FastGait: adjusted target properties for the 1.3 version of ghost.

  • Oliver Maye Oliver Maye committed [r547]

    IHPPERM sensor module: sample correction is now done before averaging.

  • Oliver Maye Oliver Maye committed [r546]

    Module SYSPOWER: Made the current battery voltage reflect the microcontroler's analogue supply voltage AVcc. Added dependency from ADC.

  • Oliver Maye Oliver Maye committed [r545]

    Module SYSPOWER: Added implementation to handle EN1/2 control lines for the BQ51013.

  • Oliver Maye Oliver Maye committed [r544]

    Minor fix to reflect latest changes on the TEMP sensor module.

  • Oliver Maye Oliver Maye committed [r543]

    Adapted the SYSDIAG app to situations, where TLV or REF modules are not available.

  • Oliver Maye Oliver Maye committed [r542]

    Removed the CONSOLE module from the EXASENS target and fixed the demo app appearance.

  • Oliver Maye Oliver Maye committed [r541]

    SYSSENSOR_TEMP: Completed documentation.

  • Oliver Maye Oliver Maye committed [r540]

    SYSSENSOR_TEMP: Fixed the resistance->temperature transfer function to exclude floating-point arithmetics.

  • Oliver Maye Oliver Maye committed [r539]

    Fixed settings fur system buttons and LEDs.

  • Oliver Maye Oliver Maye committed [r538]

    Adopted GHOST1.2 configuration to the latest implementation of SYSBUTTON and SYSLED.

  • Oliver Maye Oliver Maye committed [r537]

    ocapi configuration for the data recording app (FastGait):

  • Oliver Maye Oliver Maye committed [r536]

    Module IMATH: Added euclidean norm functions.

  • Oliver Maye Oliver Maye committed [r535]

    Splitted the ghost configuration for the data recorder app (FastGait) into versions for hardware revision 1.2 and 1.3.

  • Oliver Maye Oliver Maye committed [r534]

    Module IMATH: added functions for logarithms and powers.

  • Oliver Maye Oliver Maye committed [r533]

    Replaced local implementations of bit twiddling functions by the use of the new module's IMATH functions.

  • Oliver Maye Oliver Maye committed [r532]

    Replaced bswap_16/bswap_32 (hardware.h) by IMATH_SWAP_16 and IMATH_SWAP_32 of module IMATH.

  • Oliver Maye Oliver Maye committed [r531]

    Module IMATH: Added bit manipulation and counting functions to find first set (ffs), count trailing zeros (ctz), swap etc.

  • Oliver Maye Oliver Maye committed [r530]

    Added module SYSPOWER.

  • Oliver Maye Oliver Maye committed [r529]

    Module GPIO: Added identifier for gpio port J.

  • Oliver Maye Oliver Maye committed [r528]

    Module IMATH: Added a number-theoretic part to find greatest common divisor, least common multiple etc. Added test functions.

  • Oliver Maye Oliver Maye committed [r527]

    Added documentation for the SYSBUTTON and SYSLED modules.

  • Oliver Maye Oliver Maye committed [r526]

    Added documentation to the IMATH module.

  • Oliver Maye Oliver Maye committed [r525]

  • Oliver Maye Oliver Maye committed [r524]

    Adapted the implementation of the SYSLED module to the new LED naming scheme.

  • Oliver Maye Oliver Maye committed [r523]

    Adapted the implementation of the SYSBUTTON module to the new naming concept.

  • Oliver Maye Oliver Maye committed [r522]

    Modules SYSLED and SYSBUTTON: More general naming scheme.

  • Oliver Maye Oliver Maye committed [r521]

    Adapted the AirMonitor target properties to the latest developments of the UCS module and system (board) macros.

  • Oliver Maye Oliver Maye committed [r520]

    ADC: added functions to retrieve the die temperature and AVcc.

  • Oliver Maye Oliver Maye committed [r519]

    ADC module: renamed adcSample2... functions into adcScaleSample2...

  • Oliver Maye Oliver Maye committed [r518]

    Restructured global target properties describing the MCU, main board and the system:

  • Oliver Maye Oliver Maye committed [r517]

    Module REF: Added various correction functions to compensate reference voltage errors by using correction factors produced during the manufacturing process.

  • Ana Dujkovikj Ana Dujkovikj committed [r516]

    Minor changes in the Exasens application properties

  • Ana Dujkovikj Ana Dujkovikj committed [r515]

    Exasens - Example code

  • Ana Dujkovikj Ana Dujkovikj committed [r514]

    Minor changes in the syssensor_temp module

  • Ana Dujkovikj Ana Dujkovikj committed [r513]

    IHP's permittivity sensor - module added

  • Ana Dujkovikj Ana Dujkovikj committed [r512]

    IHP's permittivity sensor implementation

  • Oliver Maye Oliver Maye committed [r511]

    REF module: Added documentation of the target.properties configuration settings.

  • Oliver Maye Oliver Maye committed [r510]

    Added the new module REF to provide an API for the corresponding hardware functionality.

  • Oliver Maye Oliver Maye committed [r509]

    Module TLV: Updated to accommodate F5528.

  • Oliver Maye Oliver Maye committed [r508]

    Module ADC: fixed implementation for internal reference voltage on devices *with* a REF module to disable REFMSTR.

  • Oliver Maye Oliver Maye committed [r507]

    Updated documentation, mainly for the UCS module: User guide (configuration parameters) and API.

  • Oliver Maye Oliver Maye committed [r506]

    UCS module: Fixed minor implementation issues, eliminated iucs.h, finished tests.

  • Oliver Maye Oliver Maye committed [r505]

    UCS module:

  • Oliver Maye Oliver Maye committed [r504]

    Fixed 16bit register manipulation macros to handle unsigned int correctly.

  • Oliver Maye Oliver Maye committed [r503]

    GPIO module: Added the GPIO_COLLISION macro to help detect resource conflicts when using gpio lines.

  • Ana Dujkovikj Ana Dujkovikj committed [r502]

    SYSSENSOR: Temperature sensor ( NTC type ) implementation & Exasense example code

  • Oliver Maye Oliver Maye committed [r501]

    SYSDIAG diagnose tool: Added UCS clock analyzing functions.

  • Oliver Maye Oliver Maye committed [r500]

    Updated the SImple MONitor application.

  • Oliver Maye Oliver Maye committed [r499]

    Adapted ghost rev. 1.2 target properties to the latest UCS improvements.

  • Oliver Maye Oliver Maye committed [r498]

    UCS: primary clock sources such as XT1, and XT2 can now be configured in the target properties file. The same is true for the default A/M/SM clocks.

1 >