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

NRF52 target and unification with NRF51 #2211

Merged
merged 111 commits into from
Jul 27, 2016

Commits on Jun 14, 2016

  1. Add NRF52 and NRF52_TARGETS.

    pan- committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    9d66dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d85bfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa19a97 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Update detection code for NRF52.

    pan- committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    a3b9c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ffeb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from pan-/nrf52_port

    Nrf52 port
    anangl authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    e5b7579 View commit details
    Browse the repository at this point in the history
  4. Factorization of NRF51 and NRF52 targets.

    A new wbase target has been added (NRF5).
    In this target, commonalities between 51 and 52 will be shared.
    pan- committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    f2c4b77 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from pan-/nordic_sdk_integration

    Factorization of NRF51 and NRF52 targets.
    anangl authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    a1fb8d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    216fa9d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5 from pan-/nordic_sdk_integration

    Introduce nordic SDK v11, cleanup path and targets.
    anangl authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    6afe131 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2eaa468 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96a1759 View commit details
    Browse the repository at this point in the history
  10. Changed the drivers HAL implementations to the ones using NRF5 SDK, m…

    …oved nrf_drv_config.h to MCU specific targets, updated lists of device features, so non-compiling stuff is excluded from build.
    anangl committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    df6bd2f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    082fd40 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Configuration menu
    Copy the full SHA
    52b9563 View commit details
    Browse the repository at this point in the history
  2. fix pwm hal implemenation for nRF51.

    PwmOut::pwm renamed to PwmOut::pwm_name
    nvlsianpu committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    4fcffd4 View commit details
    Browse the repository at this point in the history
  3. fix implemet pwm_write

    nvlsianpu committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    441a665 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Import radio notification from the nordic SDK (required y BLE

    implementation).
    pan- committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    c8dc17a View commit details
    Browse the repository at this point in the history
  2. Enable BLE feature on NRF51 and nrf52.

    Update softdevice references.
    Add BLE and softdevice related macros.
    Add specific macros for NRF52_DK.
    pan- committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    7ad0af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b826f2 View commit details
    Browse the repository at this point in the history
  4. Remove unused BLE services.

    pan- committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    38671de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10c803e View commit details
    Browse the repository at this point in the history
  6. Remove obsolete softdevices.

    pan- committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    96b2604 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fe77a5 View commit details
    Browse the repository at this point in the history
  8. Update NRF51 link and startup sequence.

    * Update softdevice offset so they match the offset of sd 2.0.
    * Update RAM initialization sequence.
    * Import fs_data section in final binary
    pan- committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    d1b902a View commit details
    Browse the repository at this point in the history
  9. Import assert fix from mbed v3.

    pan- committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    daf7ef3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Corection in macros for NRF5x devices

    Remove duplicated macro "BLE_STACK_SUPPORT_REQD" for MCU_NRF51
    add macro "S132" for MCU_NRF52
    nvlsianpu authored Jun 21, 2016
    Configuration menu
    Copy the full SHA
    05fea6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from pan-/ble_integration

    Ble integration
    nvlsianpu authored Jun 21, 2016
    Configuration menu
    Copy the full SHA
    089143e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Fixing test builds for devices with softdevices.

    Previously, .hex files were not copied when building source as a library.
    This prevents builds that pre compile source as a library and then
    includes the build directory as the only source (because there is no
    softdevice present). This PR copies hex files when compiling source
    as a library.
    bridadan authored and pan- committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    22b5c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7d15d View commit details
    Browse the repository at this point in the history
  3. Restored alternative method of RTOS tick generation for NRF51, which …

    …was undesirably removed when the new us_ticker implementation was introduced.
    anangl committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    601b96d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Merge branch 'nordic_sdk_integration' of https://github.com/ARMmbed/m…

    …bed-nordic into nordic_sdk_integration
    
    # Conflicts:
    #	hal/targets.json
    #	hal/targets/cmsis/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF51822/system_nrf51.c
    #	hal/targets/cmsis/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/system_nrf52.c
    anangl committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    f880312 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from pan-/backport_tests_fix

    Fixing test builds for devices with softdevices.
    anangl authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    bb2111a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nordic_sdk_integration' of https://github.com/ARMmbed/m…

    …bed-nordic into nordic_sdk_integration
    
    # Conflicts:
    #	tools/build_api.py
    anangl committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    8249a7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from anangl/nordic_sdk_integration

    Made some corrections needed to build successfully the tests for nRF51.
    nvlsianpu authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    e259029 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Corrected serial_api implementation, so 'serial_putc' no longer requi…

    …res enabled interrupts.
    anangl committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    3bdbccb View commit details
    Browse the repository at this point in the history
  2. Enabled I2C_ASYNCH.

    anangl committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    ba863f4 View commit details
    Browse the repository at this point in the history
  3. Polished ticker related code.

    anangl committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    1357fb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Fix AnalogInput fo nRF51.

    nvlsianpu committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    a664be0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'nordic_sdk_integration' of https://github.com/nvlsianpu…

    …/mbed-nordic into nordic_sdk_integration
    
    # Conflicts:
    #	hal/targets.json
    nvlsianpu committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    5ba9392 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Merge pull request ARMmbed#9 from anangl/nordic_sdk_integration

    Corrected 'serial_api' implementation.
    nvlsianpu authored Jun 28, 2016
    Configuration menu
    Copy the full SHA
    f21ca34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c262e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ARMmbed#10 from nvlsianpu/nordic_sdk_integration

    Analog Input for nRF51 rework + PWM fix
    anangl authored Jun 28, 2016
    Configuration menu
    Copy the full SHA
    8de419c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from ARMmbed/nordic_sdk_integration

    up merge from ARMmbed/nordic_sdk_integration
    anangl authored Jun 28, 2016
    Configuration menu
    Copy the full SHA
    79ee724 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'nordic_sdk_integration' into hal_improvements

    # Conflicts:
    #	hal/targets.json
    anangl committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    3ff34ef View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from anangl/hal_improvements

    Hal improvements
    anangl authored Jun 28, 2016
    Configuration menu
    Copy the full SHA
    1688054 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eef471b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63bfe7d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Configuration menu
    Copy the full SHA
    44bef41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bde75a View commit details
    Browse the repository at this point in the history
  3. AnalogIn for nRF51 Fixes

    multiinstances was not suported for nrf51
    made nrf_saadc SDK hal private for nRF52
    nvlsianpu committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    f19efb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d137c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. CR of AnalogIn

    nvlsianpu committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    adf15c8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'nordic_sdk_integration' of https://github.com/ARMmbed/m…

    …bed-nordic into nordic_sdk_integration
    
    # Conflicts:
    #	hal/targets.json
    nvlsianpu committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    02bc98a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f02d431 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Merge branch 'nordic_sdk_integration' of https://github.com/ARMmbed/m…

    …bed-nordic into hal_improvements
    
    # Conflicts:
    #	hal/targets.json
    anangl committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    fce8a30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ARMmbed#13 from anangl/hal_improvements

    Added multi-instance and slave mode support to spi_api
    anangl authored Jul 1, 2016
    Configuration menu
    Copy the full SHA
    e5a2bfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf70d5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0249ee1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e62fc3 View commit details
    Browse the repository at this point in the history
  6. New Nordic license clause

    nvlsianpu committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    f7d53d1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ARMmbed#15 from nvlsianpu/nordic_sdk_integration

    new nordic license clause
    nvlsianpu authored Jul 1, 2016
    Configuration menu
    Copy the full SHA
    fb7b463 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Configuration menu
    Copy the full SHA
    75ba6b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ARMmbed#14 from anangl/hal_improvements

    Enabled lp_ticker after adjusting its implementation to the new API.
    anangl authored Jul 4, 2016
    Configuration menu
    Copy the full SHA
    6a31d1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request ARMmbed#16 from ARMmbed/nordic_sdk_integration

    Nordic sdk integration
    pan- authored Jul 4, 2016
    Configuration menu
    Copy the full SHA
    0d9dc1e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

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

Commits on Jul 6, 2016

  1. add scater files forARM CC and IAR for nRF52

    add the startup file for IAR
    modyfi object.h for strict compiler
    nvlsianpu committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    bd8c335 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. os_tick for iar

    nvlsianpu committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    17c7250 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. nrf52 PwmOut in progress.

    nvlsianpu committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    07ce12f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7798651 View commit details
    Browse the repository at this point in the history
  3. PWM for nRF52 full debuged.

    nvlsianpu committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    9f33787 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3519122 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c93283 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d5ea9a View commit details
    Browse the repository at this point in the history
  7. Merge pull request ARMmbed#19 from nvlsianpu/add_nrf52_pwm_rebase

    Add nrf52 PWM implementation.
    nvlsianpu authored Jul 12, 2016
    Configuration menu
    Copy the full SHA
    eaa9d3b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Merge commit 'ce830296d0297a8da543c24134bf859710fd7698' into epr_inte…

    …gration
    
    Merge the EPR tag and the nordic branch together.
    pan- committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    9745eff View commit details
    Browse the repository at this point in the history
  2. make posible IAR compilation

    IAR dosen't support "flexible array member" in c++ compilation
    pm_peer_data_local_gatt_db_t::data[] -> pm_peer_data_local_gatt_db_t::data[1]
    nvlsianpu committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    3c8c82b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Configuration menu
    Copy the full SHA
    f281ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7861cef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d7c5cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eaef66 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

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

Commits on Jul 19, 2016

  1. Configuration menu
    Copy the full SHA
    d998437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be46875 View commit details
    Browse the repository at this point in the history
  3. Add configuration of LF clk source in targer.json for targets MCU_NRF…

    …51 & MCU_NRF52
    
    Fix typo
    nvlsianpu committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    fa5937f View commit details
    Browse the repository at this point in the history
  4. Merge pull request ARMmbed#22 from nvlsianpu/anpu_arm_cc_sandbox

    fix nRF5x IAR build, files for keil build
    pan- authored Jul 19, 2016
    Configuration menu
    Copy the full SHA
    3368fa8 View commit details
    Browse the repository at this point in the history
  5. ARM cc has difficulties to link binary with undefined symbols, even if

    those symbols are not used.
    
    bootloader and log are not needed in our case, just remove files causing
    troubles.
    
    define app_timer symbols with the RTX implementation.
    pan- committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    6d214eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea0ae68 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Merge pull request ARMmbed#24 from nvlsianpu/nrf5x_lf_clk_config

    NRF5x LF clk config over mbed config system
    pan- authored Jul 20, 2016
    Configuration menu
    Copy the full SHA
    0bb2d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847d0f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ARMmbed#25 from pan-/armcc_support

    Armcc support
    pan- authored Jul 20, 2016
    Configuration menu
    Copy the full SHA
    c3ddc9a View commit details
    Browse the repository at this point in the history
  4. Makes room for old NRF51 implementation.

    the unified target for NRF51 has been renamed MCU_NRF51_UNIFIED and
    hal implementation has been moved from TARGET_MCU_NRF51822 to
    TARGET_MCU_NRF51822_UNIFIED.
    
    In the process, the only real taget kept for NRF51 based targets is
    NRF51_DK.
    
    It is too risky at this stage to switch NRF51822 (16K target) to the new
    softdevice. The overhead of the RTOS is already too huge.
    pan- committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    406ac8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a81b8b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Configuration menu
    Copy the full SHA
    478a7fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request ARMmbed#26 from pan-/nrf51_compatibility

    Makes room for old NRF51 implementation.
    pan- authored Jul 21, 2016
    Configuration menu
    Copy the full SHA
    6399ad1 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'mbed-nordic/epr_integration' into nrf52…

    …_nrf51_unified_integration
    pan- committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    f10cf7f View commit details
    Browse the repository at this point in the history
  4. Reintegration of TARGET_MCU_NRF51822 from master.

    It was deleted in the mbed-nordic branch.
    pan- committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    a9a0657 View commit details
    Browse the repository at this point in the history
  5. Bring new ble implementation from mbed-os/workshop-nordic.

    Commit ID: e3c7c2dd3ea4f00e27667e79155413033cd80060
    pan- committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    e0a5ca1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Configuration menu
    Copy the full SHA
    50ce4fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900acc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d9898 View commit details
    Browse the repository at this point in the history
  4. Refactored serial_api implementation, improved asynchronous routines.

    Not using Nordic SDK driver now, since it prevented interrupts from being handled properly.
    anangl committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    d59608a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from anangl/nrf52_nrf51_unified_integration

    Fixed RTC1_IRQHandler linking problem.
    pan- authored Jul 22, 2016
    Configuration menu
    Copy the full SHA
    1f53752 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32afc59 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. Fix intermittent lockup in echo test

    The NRF5x driver transmits a byte by writing it to the uart data
    register and then waiting for the TXRDY event indicating that this
    byte was sent. If another UART interrupt comes in at the right time
    the the UART ISR handler will process and clear the TXRDY event,
    even though this interrupt is not enabled. This causes serial_putc
    to get stuck waiting on an already cleared TXRDY.
    
    This patch fixing the lockup by preventing the UART ISR from handling
    the TXRDY event if this interrupt is not enabled.
    c1728p9 authored and pan- committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    5206add View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Corrected serial_api - added waiting for TX completion in 'serial_put…

    …c' and before TX_COMPLETE callback, corrected pins configuration routines.
    anangl committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    a8a7df0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'nrf52_nrf51_unified_integration' of https://github.com/…

    …pan-/mbed into refactored_serial_api
    
    # Conflicts:
    #	hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/sdk/drivers_nrf/uart/nrf_drv_uart.c
    anangl committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    91bd396 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from anangl/refactored_serial_api

    Refactored serial_api implementation.
    pan- authored Jul 25, 2016
    Configuration menu
    Copy the full SHA
    c05272c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

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