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

Make configuration easier by including user_config.h #13

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

Commits on Feb 28, 2017

  1. Include "user_config.h" at the top of pwm.c

    This makes it possible to customize configuration values (for example
    PWM_MAX_CHANNELS) without modifying pwm.c or including pwm.c from
    another .c file.
    thierer committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    a4a214e View commit details
    Browse the repository at this point in the history
  2. Wrap PWM_DEBUG and PWM_USE_NMI in #ifndef

    Makes it easier to customize them.
    thierer committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    7218aea View commit details
    Browse the repository at this point in the history
  3. Add empty define for ICACHE_RAM_ATTR if not defined by platform

    The "Non-OS" SDK only defines ICACHE_FLASH_ATTR and locates functions
    without specific annotations in RAM by default.
    thierer committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    99b8aec View commit details
    Browse the repository at this point in the history