thelsing
f073d8fd0b
Merge pull request #317 from Phil1pp/libretiny
...
Added support for LibreTiny IoT chips
2025-07-23 23:12:51 +02:00
Phil1pp
a8ed06c839
#endif got accidentally deleted after merge
2025-07-22 17:03:32 +02:00
thelsing
9aa4bee130
Merge branch 'master' into libretiny
2025-07-21 19:08:19 +02:00
thelsing
e2642b64ca
Merge pull request #316 from thewhobox/fix/unloading
...
Permanently unload device
2025-07-21 19:02:42 +02:00
thelsing
dee55ab45e
Merge pull request #319 from dzungpv/dev
...
Add native support for ESP32 ESP IDF with example.
2025-07-21 18:51:15 +02:00
VietDzung
3ae272719e
Silent warning, remove ;
2025-07-03 16:20:48 +07:00
VietDzung
f2ace7598a
Silent warning ESP IDF build
2025-07-03 16:12:38 +07:00
VietDzung
ef7f6fc1ad
Fix arduino build for ESP32
2025-07-03 14:49:45 +07:00
VietDzung
e3f5329ea5
Make NVS namespace and key match Arduino ESP32 EEPROM with ESP IDF support for backward compatible
2025-07-03 14:35:59 +07:00
VietDzung
549b4df975
Add native support for ESP IDF with example.
2025-07-03 14:19:47 +07:00
VietDzung
cb58f2e73d
Finish ESP IDF native support with sample project kn-demo-diy-idf but not pass real test.
2025-07-02 13:29:50 +07:00
VietDzung
1be9a2b3f8
Migrate to ESP IDF but not test
2025-07-02 11:46:03 +07:00
VietDzung
c5dada7eb0
Start support for native ESP IDF. Not working
2025-07-02 10:52:57 +07:00
Mike
9ebf5a572b
moved timeout for memory to freeMemory
2025-05-27 11:02:49 +02:00
Phil1pp
06871ed074
Added support for LibreTiny IoT chips
...
https://github.com/libretiny-eu/libretiny
Tested with v1.8.0 on a BK7231N and the following build flags:
-DMASK_VERSION=0x57B0
-DKNX_NO_SPI
-DKNX_FLASH_OFFSET=0x1DB000
2025-05-20 17:46:07 +02:00
Mike
5878458a41
moved timeout to memory class
2025-05-19 12:21:26 +02:00
thelsing
d92c5ea018
Merge pull request #318 from Phil1pp/dptconvert
...
Some small improvements to dptconvert
2025-05-19 11:47:20 +02:00
Phil1pp
9d8da3b74a
changed return types from int to bool
2025-05-16 11:37:01 +02:00
Phil1pp
a685700d37
wrong position of return and break for RGBW
2025-05-16 11:34:08 +02:00
Mike
3c73cdca5e
fix: reset flag wasUnloaded
2025-05-13 13:25:06 +02:00
Phil1pp
ce50b83233
replaced tabs with spaces
2025-05-12 21:37:33 +02:00
Mike
5c3ae41ea1
fix: typo
2025-05-12 16:28:50 +02:00
Mike
1feac3927c
removed check for secIfObj
2025-05-12 15:31:04 +02:00
Mike
d15cda5a15
added timeout for unloading to write memory
2025-05-12 15:22:29 +02:00
thelsing
649adeaf53
Merge pull request #315 from Phil1pp/led-pin
...
Don't assign built-in LED as ProgLED by default
2025-05-09 10:57:52 +02:00
Phil1pp
acec45c267
Changed tabs to spaces
2025-05-07 22:00:10 +02:00
thelsing
9be7ca2849
Update cmake-arm.yml
2025-05-07 20:19:59 +02:00
thelsing
0102ed23da
Merge pull request #314 from Phil1pp/clear-memory
...
Clear memory if reading/writing of tableobjects fails
2025-05-07 20:13:24 +02:00
thelsing
8235e59d84
Merge pull request #313 from Phil1pp/esp-compiler-warning
...
Fix ESP compiler warning
2025-05-07 20:12:55 +02:00
thelsing
d3b2d2b1c1
Merge pull request #312 from Phil1pp/multicast-result
...
More meaningful debug message for multicast setup.
2025-05-07 20:12:34 +02:00
thelsing
d0e7f290bd
Merge pull request #311 from Phil1pp/dpt2-dpt3
...
handle DPT2 and DPT3 as uint8_t in code
2025-05-07 20:11:56 +02:00
thelsing
0ad0c6f2a2
Merge pull request #310 from Phil1pp/fix-go-size
...
Fix crash for DPTs with less than 1byte in size
2025-05-07 20:11:11 +02:00
Phil1pp
38ee9066c8
Don't assign built-in LED as ProgLED by default. Allow disabling ProgLED by setting _ledPin=-1
2025-05-07 14:09:57 +02:00
Phil1pp
d05b9f98ab
Clear memory if reading/writing of tableobjects fails
2025-05-07 12:18:40 +02:00
Phil1pp
ffb5cacd7c
Fix ESP compiler warning
2025-05-02 10:54:29 +02:00
Phil1pp
fca3e41a5a
More meaningful debug message for multicast setup.
2025-05-02 10:51:11 +02:00
Phil1pp
e647105236
handle DPT2 and DPT3 as uint8_t in code
2025-05-02 10:43:33 +02:00
Phil1pp
e36fbf3b53
Fix crash for DPTs with less than 1byte in size
2025-05-02 10:24:11 +02:00
thelsing
d5b9ffa0a9
Update device_object.h
2025-03-09 18:00:31 +01:00
VietDzung
8767a60f79
Temporary fix #307 issue, lose all data when change apiVersion on ESP32
2025-03-08 10:59:54 +07:00
VietDzung
6eb2048277
Merge remote-tracking branch 'upstream/master'
2025-03-06 19:29:30 +07:00
Thomas Kunze
19ebb0bc9d
Revert "clangformat everything"
...
This reverts commit ead81740a8
.
2025-02-23 02:29:13 +01:00
Thomas Kunze
ead81740a8
clangformat everything
2025-02-23 02:11:50 +01:00
Thomas Kunze
0f02f1d369
fix merge
2025-02-23 01:04:59 +01:00
Thomas Kunze
088dd65c81
fix merge
2025-02-23 00:57:49 +01:00
Thomas Kunze
dd06e251c5
Merge remote-tracking branch 'openknx/v1dev'
2025-02-23 00:51:25 +01:00
Thomas Kunze
ebd522160b
Merge branch 'master' of https://github.com/thelsing/knx
2025-02-23 00:07:29 +01:00
Thomas Kunze
72370c0ad4
ignore build*
2025-02-23 00:06:10 +01:00
Ing-Dom
47c621e1f7
fix data port selection for IP tunneling
2025-02-13 19:02:04 +01:00
Ing-Dom
0d4688c528
pack CC1310 example to reduce filecount
2025-02-05 15:52:08 +01:00