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

Updates along with SDK1.3.0 release #181

Merged
merged 22 commits into from
Nov 1, 2021
Merged

Updates along with SDK1.3.0 release #181

merged 22 commits into from
Nov 1, 2021

Commits on Jul 12, 2021

  1. Enforce alphabetical order in subdir CMakeLists

    matiasilva authored and kilograham committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    cf2cd5a View commit details
    Browse the repository at this point in the history
  2. Fix pio_blink frequency calculation

    Added missing parenthesis around the divisor. Verified using a logic analyzer and also in simulation:
    
    https://wokwi.com/arduino/projects/300911723685085709
    urish authored and kilograham committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    34c3ade View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Remove old line from CMakeLists

    matiasilva authored and kilograham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8f93bbc View commit details
    Browse the repository at this point in the history
  2. Clarify GPIO pins in MPU6050 example

    matiasilva authored and kilograham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8f68cef View commit details
    Browse the repository at this point in the history
  3. Improve comments in CMakeLists.txt files

    matiasilva authored and kilograham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    1983217 View commit details
    Browse the repository at this point in the history
  4. Fix lingering incorrect comments

    matiasilva authored and kilograham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    99facf4 View commit details
    Browse the repository at this point in the history
  5. Improve comment wording

    matiasilva authored and kilograham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    a192a01 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

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

Commits on Oct 14, 2021

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

Commits on Oct 21, 2021

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

Commits on Oct 22, 2021

  1. Fix typo in comment (#158)

    emircangun committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ad51837 View commit details
    Browse the repository at this point in the history
  2. This should make using the WS2812 examples a bit easier. (#84)

    * This should make using the WS2812 examples a bit easier.
    Moved parameters to the top as defines:
    - Number of LEDs in your NeoPixel/WS2812 strip/ring
    - Flag if the LEDs are WRGB or not
    Changed PIN to 2 as pin 0 is used for serial UART.
    josefwegner committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    74aff26 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    fabb762 View commit details
    Browse the repository at this point in the history
  2. Additional examples for specific h/w by our interns (#171)

    adc/microphone_adc - Read analog values from a microphone and plot the measured sound amplitude.
    i2c/bmp280_i2c - Read and convert temperature and pressure data from a BMP280 sensor, attached to an I2C bus.
    i2c/lis3dh_i2c - Read acceleration and temperature value from a LIS3DH sensor via I2C
    i2c/mcp9808_i2c - Read temperature, set limits and raise alerts when limits are surpassed.
    i2c/mma8451_i2c - Read acceleration from a MMA8451 accelerometer and set range and precision for the data.
    i2c/mpl3115a2_i2c - Interface with an MPL3115A2 altimeter, exploring interrupts and advanced board features, via I2C.
    i2c/oled_i2c - Convert and display a bitmap on a 128x32 SSD1306-driven OLED display
    i2c/pa1010d_i2c - Read GPS location data, parse and display data via I2C.
    i2c/pcf8523_i2c - Read time and date values from a real time clock. Set current time and alarms on it.
    uart/lcd_uart - Display text and symbols on a 16x02 RGB LCD display via UART
    kilograham committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6e647c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. add a quadrature encoder pio example (#126)

    Co-authored-by: Paulo Marques <[email protected]>
    pmarques-dev and Paulo Marques committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    09e34e7 View commit details
    Browse the repository at this point in the history
  2. Add pio/ir_nec (#129)

    Co-authored-by: martin <[email protected]>
    mjcross and martin committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1ec5e53 View commit details
    Browse the repository at this point in the history
  3. SDK1.3.0 specific (requiring) changes (#173)

    * SDK1.3.0 specific (requiring) changes
    - Fixup TinyUSB build for 0.12.0, and add back standalone examples for device/host (copied from TinyUSB)
    kilograham committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    845daad View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    1300621 View commit details
    Browse the repository at this point in the history
  2. Cleanup 3rd party samples; update README.md; add some missing copyrig…

    …ht, fix builds for boards without certain pin definitions
    kilograham committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    fa09f2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c507d54 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

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

Commits on Nov 1, 2021

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