-
-
Notifications
You must be signed in to change notification settings - Fork 212
Comparing changes
Open a pull request
base repository: arduino/ArduinoCore-mbed
base: 3.2.0
head repository: arduino/ArduinoCore-mbed
compare: 3.3.0
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 23e4a5f - Browse repository at this point
Copy the full SHA 23e4a5fView commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8daef4b - Browse repository at this point
Copy the full SHA 8daef4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for da3f9ea - Browse repository at this point
Copy the full SHA da3f9eaView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 4331ff1 - Browse repository at this point
Copy the full SHA 4331ff1View commit details
Commits on Jul 20, 2022
-
Merge pull request #521 from iabdalkader/hm0360_driver
Add HM0360 driver.
Configuration menu - View commit details
-
Copy full SHA for 5452f20 - Browse repository at this point
Copy the full SHA 5452f20View commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74de0b9 - Browse repository at this point
Copy the full SHA 74de0b9View commit details -
Merge pull request #524 from facchinm/optimize_objcopy_postobjcopy_2
Call objcopy.postobjcopy only when needed
Configuration menu - View commit details
-
Copy full SHA for 740d4ac - Browse repository at this point
Copy the full SHA 740d4acView commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65cfd19 - Browse repository at this point
Copy the full SHA 65cfd19View commit details -
Merge pull request #526 from pennam/eth-timeout
Ethernet: add possibility to configure timeout with manual configuration
Configuration menu - View commit details
-
Copy full SHA for be79090 - Browse repository at this point
Copy the full SHA be79090View commit details
Commits on Aug 1, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 3e293a4 - Browse repository at this point
Copy the full SHA 3e293a4View commit details
Commits on Aug 2, 2022
-
Merge pull request #531 from romainreignier/feature/fill_tcp_client_p…
…ort_and_address MbedClient: retrieve the address and port from the underlying socket …
Configuration menu - View commit details
-
Copy full SHA for a4a950e - Browse repository at this point
Copy the full SHA a4a950eView commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 03ebe73 - Browse repository at this point
Copy the full SHA 03ebe73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a41434 - Browse repository at this point
Copy the full SHA 0a41434View commit details
Commits on Aug 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 84c71a5 - Browse repository at this point
Copy the full SHA 84c71a5View commit details
Commits on Aug 23, 2022
-
Merge pull request #535 from waynepiekarski/master
Always clean up previous I2C object before new to avoid leaking memory
Configuration menu - View commit details
-
Copy full SHA for 00ebc50 - Browse repository at this point
Copy the full SHA 00ebc50View commit details -
Merge pull request #534 from pennam/imgtool-bump
Update imgtool to version 1.8.0-arduino.2
Configuration menu - View commit details
-
Copy full SHA for bdef238 - Browse repository at this point
Copy the full SHA bdef238View commit details -
Merge pull request #533 from pennam/remove-unused-imgtool
Remove imgtool dependency from not supported platforms
Configuration menu - View commit details
-
Copy full SHA for 87543ab - Browse repository at this point
Copy the full SHA 87543abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddfb0a8 - Browse repository at this point
Copy the full SHA ddfb0a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 756ebee - Browse repository at this point
Copy the full SHA 756ebeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5858cbd - Browse repository at this point
Copy the full SHA 5858cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16379b0 - Browse repository at this point
Copy the full SHA 16379b0View commit details
Commits on Aug 24, 2022
-
Merge pull request #538 from arduino/wifi-status
WHD: correctly report AP disconnection
Configuration menu - View commit details
-
Copy full SHA for 2aad912 - Browse repository at this point
Copy the full SHA 2aad912View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e2ca7 - Browse repository at this point
Copy the full SHA b3e2ca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 505c3d8 - Browse repository at this point
Copy the full SHA 505c3d8View commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4cf572f - Browse repository at this point
Copy the full SHA 4cf572fView commit details
Commits on Sep 1, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for f85b638 - Browse repository at this point
Copy the full SHA f85b638View commit details
Commits on Sep 2, 2022
-
allow proper GPS functionality after disable
arduino::GPSClass::end() was missing AT prefix on a command and this was confusing the module
Configuration menu - View commit details
-
Copy full SHA for 1a3b712 - Browse repository at this point
Copy the full SHA 1a3b712View commit details -
Merge pull request #544 from arduino/gps-fix-disable
allow proper GPS functionality after disable
Configuration menu - View commit details
-
Copy full SHA for 0fadbde - Browse repository at this point
Copy the full SHA 0fadbdeView commit details -
Merge pull request #540 from facchinm/portenta_lse_as_lptimer
Portenta: use LSE as LPTIMER if possible
Configuration menu - View commit details
-
Copy full SHA for 8282c8b - Browse repository at this point
Copy the full SHA 8282c8bView commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 32e855a - Browse repository at this point
Copy the full SHA 32e855aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b18ad7a - Browse repository at this point
Copy the full SHA b18ad7aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.2.0...3.3.0