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

Update from Cortus #79

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Update from Cortus #79

wants to merge 21 commits into from

Commits on Jan 8, 2020

  1. cortus: add local crt0 with old toochain

    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    2fcc1fa View commit details
    Browse the repository at this point in the history
  2. cortus: fix warnings

    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    7894992 View commit details
    Browse the repository at this point in the history
  3. cortus: starting Rx interrupt should be done with uart_rx_interrupt_e…

    …nable
    Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    cf0adad View commit details
    Browse the repository at this point in the history
  4. AT parser: extract signed value

    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    06a6da3 View commit details
    Browse the repository at this point in the history
  5. AT_modem: add EIRP cmd

    AT+EIRP is used to set/get the TX power.
    The supplied value may be signed.
    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    f82c75b View commit details
    Browse the repository at this point in the history
  6. AT_modem: extend parser to support multiple field

    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    7f0065c View commit details
    Browse the repository at this point in the history
  7. AT_modem: code cleaning + fixes

    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    9b719ce View commit details
    Browse the repository at this point in the history
  8. AT_modem: add time option to repeat TX periodically

    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    536fdaa View commit details
    Browse the repository at this point in the history
  9. AT_modem: seperate software and hardware encoding scheme

    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b587a53 View commit details
    Browse the repository at this point in the history
  10. AT_modem: add newlib if the selected platform is cortus_fpga

    Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    e249ae5 View commit details
    Browse the repository at this point in the history
  11. AT_modem: add RXC command

    pnunes30 authored and Matthieu Saignemorte committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    8365559 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. AT_modem: fixes

    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    58c3357 View commit details
    Browse the repository at this point in the history
  2. AT_modem: align RXBW with the D7A provisioning

    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7722e7d View commit details
    Browse the repository at this point in the history
  3. netdev_driver: do not clear the refill TX option when switching in st…

    …andby mode.
    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    587a907 View commit details
    Browse the repository at this point in the history
  4. netdev_driver: Remove time critical traces

    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    12f4ebb View commit details
    Browse the repository at this point in the history
  5. netdev_driver: fix uninitialised fsk configuration

    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    5fa8b7a View commit details
    Browse the repository at this point in the history
  6. netdev_driver: get/set power with signed values

    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    08a1f06 View commit details
    Browse the repository at this point in the history
  7. netdev_driver: set the TX fifo threshold according the packet size

    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    c9b9473 View commit details
    Browse the repository at this point in the history
  8. netdev_driver: support continuous RX

    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    357d542 View commit details
    Browse the repository at this point in the history
  9. netdev_driver: modifications after TX debug

    Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    21828ff View commit details
    Browse the repository at this point in the history
  10. netdev_driver: disable continuous RX

    pnunes30 authored and Matthieu Saignemorte committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    20ec56e View commit details
    Browse the repository at this point in the history