Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev: Release v0.3 #167

Merged
merged 123 commits into from
Aug 6, 2022
Merged

Dev: Release v0.3 #167

merged 123 commits into from
Aug 6, 2022

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    0f7d962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf2258a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01ac76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3734150 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd1bb88 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    436ae83 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. firmware: drivers: ads1248: Fixing buffer size, start pin pulse and a…

    …dding sync command to reading function #29
    YanAzer committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    660e78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86ffbd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Add current_sensor Unit Test template;

    Add required driver wraps: adc_wrap; max9934_wrap;
    Add current_sensor rule and its dependencies to Makefile.
    lzacchi committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e510950 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    ac1a42e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcef9a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. firmware: drivers: ds2777g: Add voltage and current measurements. Ref…

    …actor temperature read functions.
    vinepb committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    afe6475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0812cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe9056e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf45dbf View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    768cca1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    fbd3f01 View commit details
    Browse the repository at this point in the history
  2. firmware: devices: battery_monitor: Initial structure of battery moni…

    …tor device using DS2777G+ #30
    vinepb committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    5227eca View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    6ddfcc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. firmware: drivers: DS277XG: Rename and make compatible with both i2c …

    …and onewire versions
    vinepb committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2ab499e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f8d95 View commit details
    Browse the repository at this point in the history
  3. firmware: devices: battery monitor: Add functions to get total voltag…

    …e and temperature in kelvin
    vinepb committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    01c0743 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b313d98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e947c42 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    1ca6003 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. firmware: drivers: ds277Xg: Include fully charged state detection thr…

    …esholds on parameters initialization
    vinepb committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    ddde9f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad4f3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7578aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae8486b View commit details
    Browse the repository at this point in the history
  5. firmware: app: tasks: read sensors: Add more battery monitor readings…

    … (raac, rsac, rarc and rsrc)
    vinepb committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    ffdadd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f3809d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    e716b46 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    2ef039e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    4c1c81f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    bfc8362 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Merge pull request #155 from spacelab-ufsc/feat_unit_tests

    Add unit test structure files for the following devices:
    
    OBDH;
    TTC;
    Voltage sensor;
    Temp sensor;
    Current sensor
    The related issues (#147, #146, #150, #149 and #148 respectively) are not being closed, given that the tests are not properly implemented, as the files are templates only.
    lzacchi authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    60d66e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    44b9c3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca8e5c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    3202e53 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. firmware: drivers: ds277x: Using the driver debug flag to enable/disa…

    …ble the debug messages
    mgm8 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    8bc166b View commit details
    Browse the repository at this point in the history
  2. firmware: app: tasks: read_sensors: Increasing the task period to 60 …

    …sec and minor improvements #89
    mgm8 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    bc8591e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90498d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de159ba View commit details
    Browse the repository at this point in the history
  5. firmware: app: tasks: heater_controller: Improving the task implement…

    …ation and increasing the period to 2 sec #142
    mgm8 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    fb60d13 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    dae8a8b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    2091aec View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    857f7a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b3242a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b2fce7 View commit details
    Browse the repository at this point in the history
  4. firmware: drivers: tca4311a: Synchronize the driver implementation wi…

    …th the OBDH 2.0 repository
    mgm8 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    deee7c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    614e2a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    104074a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    78df8d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93b8dd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    3f4fdb6 View commit details
    Browse the repository at this point in the history
  2. firmware: devices: tests: devices: Adding a .gitignore and a script t…

    …o execute the tests sequentially
    mgm8 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    83a1749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    725b6aa View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. firmware: app: tasks: Fixing the heater controller task #142

    Gabriel Mariano Marcelino committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    fef46dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd1a24 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    b002577 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Add contitional flag to eps2_data_test, which should only execute if …

    …CONFIG_SET_DUMMY flag is active
    lzacchi committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    144b773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991575c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    7011af9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Restructure Driver Mockups file organization: Separating by drivers;

    Add better integration with driver mockup for leds_test;
    Add tests for mcu section of temp_sensor;
    lzacchi committed May 6, 2022
    Configuration menu
    Copy the full SHA
    feb3b11 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    e540a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d82888 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    e5c47d6 View commit details
    Browse the repository at this point in the history
  2. Implement unit tests for the Heater device

    * Note: function 'heater_get_sensor_test()' (heater_test.c: line 100) is not currently being used, as it needs further mocking of the temp_sensor device.
    lzacchi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d337f86 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    757883a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    38010b0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    2a5cd5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35bfc33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef06fd2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    1c2a91b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d5904 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    bccdc1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79d04d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    640a35c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e736650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6487f16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abf1748 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    afa7201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b5897c View commit details
    Browse the repository at this point in the history
  3. Add voltage_sensor_test

    lzacchi committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    813383f View commit details
    Browse the repository at this point in the history
  4. firmware: drivers: ds277Xg: Added error verification to i2c initializ…

    …ation and fixed 'cycles' pointer assignment
    ramonborba committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f0c4e8f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    cffb76f View commit details
    Browse the repository at this point in the history
  2. firmware: drivers: ads1248: Fixing the way that the ADS1248's registe…

    …rs are configured and read #29
    joaoclaudioeb committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    00b4551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e1303 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. firmware: drivers: ds277Xg: Addded base values to Aging Capacity and …

    …Age Scalar registers initialization
    ramonborba committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f8b9e44 View commit details
    Browse the repository at this point in the history
  2. firmware: drivers: ds277Xg: Implemented a function to set battery con…

    …figurations to initial state
    ramonborba committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9caf508 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    279111d View commit details
    Browse the repository at this point in the history
  2. firmware: drivers: ds277Xg: Used pre-existing function to write accum…

    …ulated current max value #157
    ramonborba committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ab7cc78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a8bfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecf4f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Added active empty point detection register values to initialization,…

    … actual values are placeholders and still need reviewing #157
    ramonborba committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7d36dee View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merge pull request #162 from spacelab-ufsc/feature_driver_ds277Xg

    Feature driver ds277Xg
    vinepb authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    00158e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    071301d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    11cf338 View commit details
    Browse the repository at this point in the history
  2. Media test: Fix incorrect flags on makefile:media_test; Fix incompati…

    …ble data types warning
    lzacchi committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    bef3a96 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Add unfinised unit test for the bat_manager device; Add ttc_test (ttc…

    …_decode fails unexpectedly, so it's commented out for now)
    lzacchi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    b9c345f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    08f8c31 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    db6cdb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2504d74 View commit details
    Browse the repository at this point in the history
  3. firmware:drivers:ads1248: Fixed configuration registers and used comm…

    …ands to control de device #29
    ramonborba committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4d61ad1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb56bd View commit details
    Browse the repository at this point in the history
  5. firmware:drivers:ads1248: Changed all spi transactions to use the spi…

    …_transfer_no_cs function #29
    ramonborba committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c0bab98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5abd598 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    c68674c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f772ba7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. firmware: drivers: uart_interrupt: use weak attribute and remove app …

    …dependency from driver
    vinepb committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    b733649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4c2a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5de7d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07c8861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41b0899 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #163 from spacelab-ufsc/feature_driver_uart

    Feature driver uart
    vinepb authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    8707555 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    b5109be View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Uncomment obdh_decode_test

    vinepb committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    e5f86b7 View commit details
    Browse the repository at this point in the history
  2. Fix obdh_decode_test

    vinepb committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ca69f1a View commit details
    Browse the repository at this point in the history
  3. Fix obdh_decode_test

    vinepb committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a04f315 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Merge pull request #164 from spacelab-ufsc/feature_driver_spi

    Feature driver spi
    vinepb authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    aed9887 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Firmware: Add v0.3 changelog

    vinepb committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6839203 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Merge pull request #166 from spacelab-ufsc/documentation

    Documentation: Release v0.3
    vinepb authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    cfe4548 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from spacelab-ufsc/dev_firmware

    Dev firmware: Release v0.3
    vinepb authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    95874ed View commit details
    Browse the repository at this point in the history