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

refactor(flash): integrate cexception into pac193x library #293

Open
wants to merge 40 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e37a207
refactor(flash): integrate cexception into pac193x library
Oct 1, 2024
4602f95
style(all): apply clang-format to '277-pac193x'
actions-user Oct 2, 2024
6231c94
refactor(sensor): fix broken include
Oct 9, 2024
c28c06d
Merge remote-tracking branch 'origin/277-pac193x' into 277-pac193x
Oct 9, 2024
5728469
refactor(unit-test): fix missing try/catch
Oct 9, 2024
0af99ba
refactor(hardware-test): fix broken include
Oct 9, 2024
e31f974
docs(sensor): update readme to show cexception usage
Oct 9, 2024
eff7f03
Merge branch 'develop' into 277-pac193x
HerrCooker Oct 9, 2024
bd74b36
feat(flash): implement blocking memory for fpga
Sep 26, 2024
a42ae14
refactor(flash): change behavior of block function
Sep 30, 2024
62a681c
style(all): apply clang-format to '235-block-flash-space-for-fpga-acc…
actions-user Sep 30, 2024
a75b110
refactor(flash): remove 256 byte page size as it is not supported
Oct 1, 2024
c25a12a
fix(network): fix memory leaks in mqtt library
DavidFederl Sep 17, 2024
17846f6
fix(flash): change further flashConfig parameters to spiConfig
Sep 6, 2024
f91ad23
fix(unit-test): fix wrong function signature
Sep 17, 2024
2353dd1
feat(flash): merge work in progress file system branch
HerrCooker Aug 1, 2024
d4af524
feat(hal): add time_interface library
PandiasChild Sep 19, 2024
510ef9a
style(all): apply clang-format to '285-add-time-interface'
actions-user Sep 20, 2024
c43332f
refactor(hal): change names of library to time_interface and Time
PandiasChild Sep 20, 2024
28a7914
ci(workflow): update commitlint config
DavidFederl Aug 30, 2024
74932cb
refactor(workflow): update commitlint config
DavidFederl Sep 3, 2024
8ac2ec2
ci(workflow): update commitlint config
DavidFederl Sep 20, 2024
d91d19d
refactor(workflow): update commitlint config
DavidFederl Sep 20, 2024
b53985c
ci(workflow): update commitlint config
DavidFederl Sep 20, 2024
4dc8a34
refactor(workflow): update commitlint config
DavidFederl Sep 3, 2024
4b0be44
ci(workflow): update commitlint config
DavidFederl Aug 30, 2024
0be0108
refactor(workflow): update commitlint config
DavidFederl Sep 3, 2024
59bb946
style(all): apply clang-format to '282-fix-memory-leak-from-mqtt-libr…
actions-user Oct 1, 2024
7e60972
Merge remote-tracking branch 'origin/277-pac193x' into 277-pac193x
Oct 11, 2024
9004b25
Merge branch 'develop' into 277-pac193x
HerrCooker Oct 23, 2024
04539e8
Merge branch 'develop' into 277-pac193x
PandiasChild Oct 25, 2024
1d3eed2
Merge branch 'develop' into 277-pac193x
PandiasChild Oct 25, 2024
a2b8288
Merge branch 'develop' into 277-pac193x
glencoe Oct 25, 2024
c2a5431
fix(sensor): fix function return values
Nov 11, 2024
cd82265
style(all): apply clang-format to '277-pac193x'
actions-user Nov 11, 2024
7a95cf5
refactor(sensor): refactor pac193x with new CException implementation
Nov 11, 2024
028d7bc
Merge remote-tracking branch 'origin/277-pac193x' into 277-pac193x
Nov 11, 2024
549d81c
style(all): apply clang-format to '277-pac193x'
actions-user Nov 11, 2024
8b00410
fix(sensor): fix hardwaretest for pac193x
Nov 11, 2024
cf3df76
Merge remote-tracking branch 'origin/277-pac193x' into 277-pac193x
Nov 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/sensor/pac193x/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ target_link_libraries(sensor_lib_pac193x INTERFACE
common_lib
sleep_interface
gpio_interface
i2c_interface)
i2c_interface
CException
)
Loading
Loading