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

Freedom kl05 #11

Merged
merged 19 commits into from
Jul 4, 2013
Merged

Freedom kl05 #11

merged 19 commits into from
Jul 4, 2013

Commits on Jun 21, 2013

  1. KL05 - target ARM - gpio, us_ticker

      - cmsis - only one type of MCG at the moment
      - HAL - gpio pins
            - us_ticker
    0xc0170 committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    a14d88f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2013

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

Commits on Jun 23, 2013

  1. KL05 analog in+out, gpio irq

      - AnalogIn
      - AnalogOut
      - GPIO irq
      - target KL05 added
    0xc0170 committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    8a41a5b View commit details
    Browse the repository at this point in the history
  2. Serial API

      - serial UART0 added
      - correction in gpio irq (port b)
    0xc0170 committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    0bad32c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2013

  1. KL05 Clocks, PWM, RTC, Serial

      - clock setup update
      - serial correction with core clock (define)
      - pwm defines
      - RTC clock
    0xc0170 committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    19ead14 View commit details
    Browse the repository at this point in the history
  2. SPI API

    0xc0170 committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    3884f1b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2013

  1. KL05 clock removal, I2C API

      - spi - bus clock clock correction
      - i2c driver
    0xc0170 committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    bf47468 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2013

  1. Clocks correction, ticker, tests

      - systemInit - clock update (crystal 32768Hz)
      - us_ticker - MCG clock input
      - Kl05 testing - pin definitions for KL05 (all run in KEIL with debugger)
    0xc0170 committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    5d169ce View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2013

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

Commits on Jun 29, 2013

  1. Merge branch 'master' into freedomKL05

    Conflicts:
    	workspace_tools/targets.py
    	workspace_tools/tests.py
    0xc0170 committed Jun 29, 2013
    Configuration menu
    Copy the full SHA
    cd5d235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3864f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2078937 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2013

  1. RTC OSC32, systemUpdate v0.1

      - RTC clock init from crystal, tested
      - system update function
      - startup - handler PORTB correction
    0xc0170 committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    ed20018 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2013

  1. ADC, code indentation

      - ADC resolution - 12bit, all pins definition
      - code indentation
    0xc0170 committed Jul 2, 2013
    Configuration menu
    Copy the full SHA
    90bb852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ff0426 View commit details
    Browse the repository at this point in the history
  3. i2c api update

    0xc0170 committed Jul 2, 2013
    Configuration menu
    Copy the full SHA
    c1c1102 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2013

  1. KL25 + KL05 - no pull down, pullup for INPUT pins by default

      - pull down removal
      - ARMCC - debug information option
    0xc0170 committed Jul 3, 2013
    Configuration menu
    Copy the full SHA
    2b57ae9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2013

  1. Merge branch 'master' into freedomKL05

    Conflicts:
    	workspace_tools/toolchains/arm.py
    0xc0170 committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    551f06b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ace93 View commit details
    Browse the repository at this point in the history