Commit 062ff12
committed
port/esp32: Applay TWAI CAN_v2.
Co-Authored-By: Sveinung Kval Bakken <[email protected]>
Signed-off-by: Ihor Nehrutsa <[email protected]>1 parent 6006fc1 commit 062ff12
File tree
16 files changed
+819
-251
lines changed- docs/library
- examples
- lib
- ports/esp32
16 files changed
+819
-251
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
263 | 264 | | |
264 | 265 | | |
265 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Submodule berkeley-db-1.xx updated 1 file
Submodule libhydrogen updated 41 files
- .clang-format+44-114
- .github/workflows/ci.yml-53
- .github/workflows/codeql-analysis.yml+35-42
- .github/workflows/issues.yml-17
- .github/workflows/shiftleft-analysis.yml+17
- CITATION.cff-18
- LICENSE+1-1
- Makefile+1-1
- Makefile.arduino+1-2
- Makefile.chibios-43
- build.zig-21
- build.zig.zon-13
- hydrogen.c+1-2
- hydrogen.h+38-44
- impl/common.h+27-40
- impl/core.h+9-7
- impl/gimli-core.h+2-2
- impl/gimli-core/sse2.h+6-18
- impl/hash.h+8-8
- impl/hydrogen_p.h+12-12
- impl/kx.h+14-14
- impl/pwhash.h+6-6
- impl/random.h+15-29
- impl/random/avr.h+2-4
- impl/random/ch32.h-35
- impl/random/cheriot.h-22
- impl/random/chibios.h-23
- impl/random/esp32.h+1-6
- impl/random/linux_kernel.h-8
- impl/random/mbed.h+3-3
- impl/random/particle.h+1-1
- impl/random/rtthread.h-38
- impl/random/stm32.h-63
- impl/random/unix.h+2-2
- impl/random/zephyr.h-13
- impl/secretbox.h+11-11
- impl/sign.h+10-10
- impl/x25519.h+31-33
- library.properties+1-1
- meson.build-67
- tests/tests.c+13-13
Submodule micropython-lib updated 70 files
- .github/workflows/build_packages.yml+1-1
- .github/workflows/ruff.yml+1-2
- .pre-commit-config.yaml+1-2
- micropython/aiorepl/aiorepl.py+14-21
- micropython/aiorepl/manifest.py+1-1
- micropython/bluetooth/aioble-l2cap/manifest.py+1-1
- micropython/bluetooth/aioble/aioble/l2cap.py+1-1
- micropython/bluetooth/aioble/examples/l2cap_file_client.py+1-1
- micropython/bluetooth/aioble/examples/l2cap_file_server.py+1-1
- micropython/bluetooth/aioble/manifest.py+1-1
- micropython/drivers/codec/wm8960/wm8960.py+8-4
- micropython/drivers/display/lcd160cr/lcd160cr.py+4-2
- micropython/drivers/imu/lsm9ds1/lsm9ds1.py-1
- micropython/drivers/radio/nrf24l01/manifest.py+1-1
- micropython/drivers/radio/nrf24l01/nrf24l01.py+4-18
- micropython/drivers/sensor/hts221/hts221.py+1-1
- micropython/drivers/sensor/lps22h/lps22h.py-1
- micropython/espflash/espflash.py+8-8
- micropython/lora/examples/reliable_delivery/sender.py+1-1
- micropython/lora/examples/reliable_delivery/sender_async.py+1-1
- micropython/lora/lora-sx126x/lora/sx126x.py+5-6
- micropython/lora/lora-sx126x/manifest.py+1-1
- micropython/mip/manifest.py+1-1
- micropython/mip/mip/__init__.py+7-8
- micropython/senml/examples/actuator.py+1
- micropython/senml/examples/base.py+1
- micropython/senml/examples/basic.py+1
- micropython/senml/examples/basic2.py+1
- micropython/senml/examples/basic_cbor.py+1
- micropython/senml/examples/custom_record.py+1
- micropython/senml/examples/gateway.py+1
- micropython/senml/examples/gateway_actuators.py+1
- micropython/senml/examples/supported_data_types.py+1
- micropython/senml/senml/__init__.py+1
- micropython/senml/senml/senml_pack.py+1
- micropython/senml/senml/senml_record.py+1
- micropython/umqtt.simple/manifest.py+1-3
- micropython/umqtt.simple/umqtt/simple.py+1-8
- micropython/urllib.urequest/manifest.py+1-1
- micropython/urllib.urequest/urllib/urequest.py+1-7
- micropython/usb/usb-device-cdc/manifest.py+1-1
- micropython/usb/usb-device-cdc/usb/device/cdc.py+3-6
- micropython/utop/README.md-12
- micropython/utop/manifest.py-6
- micropython/utop/utop.py-109
- pyproject.toml+1-2
- python-ecosys/aiohttp/aiohttp/__init__.py+8-16
- python-ecosys/aiohttp/aiohttp/aiohttp_ws.py+6-6
- python-ecosys/aiohttp/manifest.py+1-1
- python-ecosys/cbor2/cbor2/__init__.py+1
- python-ecosys/cbor2/cbor2/_decoder.py+1
- python-ecosys/cbor2/cbor2/_encoder.py+1
- python-ecosys/cbor2/examples/cbor_test.py+1
- python-ecosys/requests/manifest.py+1-1
- python-ecosys/requests/requests/__init__.py-4
- python-ecosys/requests/test_requests.py+2-11
- python-stdlib/abc/abc.py-4
- python-stdlib/abc/manifest.py+1-1
- python-stdlib/errno/errno.py-1
- python-stdlib/errno/manifest.py+1-1
- python-stdlib/inspect/inspect.py+2-9
- python-stdlib/inspect/manifest.py+1-1
- python-stdlib/inspect/test_inspect.py-60
- python-stdlib/logging/logging.py+2-2
- python-stdlib/logging/manifest.py+1-1
- tools/ci.sh-1
- tools/verifygitlog.py+3-30
- unix-ffi/json/json/__init__.py+2-4
- unix-ffi/machine/machine/timer.py+1-4
- unix-ffi/machine/manifest.py+1-1
Submodule nxp_driver updated 3170 files
0 commit comments