Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/ArduinoCore-mbed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: arduino/ArduinoCore-mbed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref

Commits on Jul 15, 2022

  1. Copy the full SHA
    23e4a5f View commit details

Commits on Jul 19, 2022

  1. Copy the full SHA
    8daef4b View commit details
  2. Copy the full SHA
    da3f9ea View commit details
  3. Add HM0360 driver.

    iabdalkader committed Jul 19, 2022
    3
    Copy the full SHA
    4331ff1 View commit details

Commits on Jul 20, 2022

  1. Merge pull request #521 from iabdalkader/hm0360_driver

    Add HM0360 driver.
    facchinm authored Jul 20, 2022
    Copy the full SHA
    5452f20 View commit details

Commits on Jul 21, 2022

  1. Copy the full SHA
    74de0b9 View commit details
  2. Merge pull request #524 from facchinm/optimize_objcopy_postobjcopy_2

    Call objcopy.postobjcopy only when needed
    facchinm authored Jul 21, 2022
    Copy the full SHA
    740d4ac View commit details

Commits on Jul 27, 2022

  1. Copy the full SHA
    65cfd19 View commit details
  2. Merge pull request #526 from pennam/eth-timeout

    Ethernet: add possibility to configure timeout with manual configuration
    facchinm authored Jul 27, 2022
    Copy the full SHA
    be79090 View commit details

Commits on Aug 1, 2022

  1. MbedClient: retrieve the address and port from the underlying socket …

    …and implement remotePort()
    
    Useful for Client retrieved from Server::available() and tested with client example
    romainreignier committed Aug 1, 2022
    Copy the full SHA
    3e293a4 View commit details

Commits on Aug 2, 2022

  1. Merge pull request #531 from romainreignier/feature/fill_tcp_client_p…

    …ort_and_address
    
    MbedClient: retrieve the address and port from the underlying socket …
    facchinm authored Aug 2, 2022
    Copy the full SHA
    a4a950e View commit details

Commits on Aug 9, 2022

  1. Copy the full SHA
    03ebe73 View commit details
  2. Copy the full SHA
    0a41434 View commit details

Commits on Aug 13, 2022

  1. Copy the full SHA
    84c71a5 View commit details

Commits on Aug 23, 2022

  1. Merge pull request #535 from waynepiekarski/master

    Always clean up previous I2C object before new to avoid leaking memory
    facchinm authored Aug 23, 2022
    Copy the full SHA
    00ebc50 View commit details
  2. Merge pull request #534 from pennam/imgtool-bump

    Update imgtool to version 1.8.0-arduino.2
    facchinm authored Aug 23, 2022
    Copy the full SHA
    bdef238 View commit details
  3. Merge pull request #533 from pennam/remove-unused-imgtool

    Remove imgtool dependency from not supported platforms
    facchinm authored Aug 23, 2022
    Copy the full SHA
    87543ab View commit details
  4. Copy the full SHA
    ddfb0a8 View commit details
  5. Cleanup ap_list before scanning

    pennam authored and facchinm committed Aug 23, 2022
    Copy the full SHA
    756ebee View commit details
  6. Copy the full SHA
    5858cbd View commit details
  7. Copy the full SHA
    16379b0 View commit details

Commits on Aug 24, 2022

  1. Merge pull request #538 from arduino/wifi-status

    WHD: correctly report AP disconnection
    facchinm authored Aug 24, 2022
    Copy the full SHA
    2aad912 View commit details
  2. Copy the full SHA
    b3e2ca7 View commit details
  3. Update Doom.ino

    facchinm authored Aug 24, 2022
    Copy the full SHA
    505c3d8 View commit details

Commits on Aug 26, 2022

  1. Copy the full SHA
    4cf572f View commit details

Commits on Sep 1, 2022

  1. Fix mbed-os-to-arduino for PortentaH7

    dtcm section added too; can be used with
    
    int testdtcm __attribute__((section (".dtcm"))) = 42;
    
    /* copy *dtcm from flash to DTCM */
    extern uintptr_t _dtcm_lma;
    extern uintptr_t _sdtcm;
    extern uintptr_t _edtcm;
    volatile uint8_t *dst = (volatile uint8_t *)&_sdtcm;
    volatile uint8_t *src = (volatile uint8_t *)&_dtcm_lma;
    while ((uintptr_t)dst < (uintptr_t)&_edtcm) {
      *dst++ = *src++;
    }
    
    Serial.println(testdtcm); // will print 42
    Serial.println((uintptr_t)&testdtcm, HEX); // will print somethin in rang 0x20000000
    facchinm committed Sep 1, 2022
    Copy the full SHA
    f85b638 View commit details

Commits on Sep 2, 2022

  1. allow proper GPS functionality after disable

    arduino::GPSClass::end() was missing AT prefix on a command and this was confusing the module
    pnndra authored Sep 2, 2022
    Copy the full SHA
    1a3b712 View commit details
  2. Merge pull request #544 from arduino/gps-fix-disable

    allow proper GPS functionality after disable
    facchinm authored Sep 2, 2022
    Copy the full SHA
    0fadbde View commit details
  3. Merge pull request #540 from facchinm/portenta_lse_as_lptimer

    Portenta: use LSE as LPTIMER if possible
    facchinm authored Sep 2, 2022
    Copy the full SHA
    8282c8b View commit details

Commits on Sep 12, 2022

  1. Publish 3.3.0

    facchinm committed Sep 12, 2022
    Copy the full SHA
    32e855a View commit details
  2. Recompile variants

    facchinm committed Sep 12, 2022
    Copy the full SHA
    b18ad7a View commit details
Loading