Bernd Herzog
100bea644c
Version independent external apps (standalone apps) ( #2145 )
...
This pull requests adds a new type of external app to the firmware: The standalone app.
Pros:
Will work after an upgrade.
Size of image is only limited by shared heap size of M0 (application) (64kb total).
Cons:
No full access to all functions in the main firmware. One well defined (and versioned) API handles all communication.
The Pacman app was converted to be the first the the new kind.
2024-05-12 14:55:11 +02:00
sommermorgentraum
0ea8453e8a
tune output order ( #2132 )
2024-04-30 08:07:39 -05:00
sommermorgentraum
1ffedace7b
replace_my_ide_s_default_comment ( #2131 )
2024-04-30 08:08:21 +02:00
sommermorgentraum
f572b00391
add real gcc ver chk ( #2118 )
2024-04-29 17:36:30 +02:00
Mark Thompson
cb9fee8f08
Modify warning text ( #2066 )
2024-03-29 18:50:28 -05:00
Mark Thompson
2f48fc2ef9
Disable LTO for external apps ( #1886 )
...
* Disable lto for external apps only
* Modified "shared external code" checks
2024-02-13 10:11:54 -06:00
Mark Thompson
0f6a9277a8
Warning for shared external code during build ( #1881 )
2024-02-11 21:25:00 +01:00
theHallwayThatBringMePassion
0370b4eb55
fake brightness adjust ( #1845 )
...
* temp
* temp - 1
* next step note
* fix circuit dependency (to fix:can't read p.mem)
* fix circuit dependency (to fix:can't read p.mem)
* notes
* bitmap
* bitmap
* remove my stupid forward declearation
* clean up
* clean up
* level control
* clean up
* clean up
* clean up
* clean up
* format
* format
* format
* format
* format
* fix for comment advices
* fix for comment advices
* fix display issue in notepad app
* slightly increase performance...
* temp for grey_scale and high_constrast
* format
* note for cache implement
* fix for comment request
* fix for comment request
2024-02-07 16:07:30 +08:00
Mark Thompson
6a6c6d6502
Add Checksums to Firmware & External App images ( #1809 )
...
* Pad image to 1MB and add simple checksum
* Test code to verify firmware checksum
* Comment out unneeded zlib
* Add files via upload
* Print space remaining in ROM
* Append checksum to external apps too
* Check external app checksums when loading
* Is it 2024 already?!
* Validate firmware checksum before flashing
* Add files via upload
* Added flash error warning to nav screen
* Clang
* Replaced some hard-coded values with #defines
* Check FW checksum before USB serial flash too
* Add files via upload
2024-01-24 16:37:21 -06:00
sommermoregentraum
44d9572f5c
add_bitmap_reverse_decode ( #1795 )
2024-01-21 18:51:08 +08:00
E.T
75ece38725
Dockerfile overhaul ( #1726 )
...
Create entrypoint to orchestrate the build steps
Supported commands: make, ninja
Passes additional arguments to the make / ninja command at the end (like -jNN)
There is a shortcut to make -jNN by just specifying -jNN
Anything else will be directly executed (like getting a shell into the container with bash -li is still possible)
2024-01-06 00:42:36 +01:00
Bernd Herzog
6069145b68
Usb serial ( #1648 )
...
* enabled usb clock
* added usb stack to application
* fixed pll0usb clock setup
* implemented serial usb handshake
* implemented serial communication
* integrated chibios shell
* implemented device reset
* implemented enter dfu mode
* implemented hackrf mode command
* implemented flash command
* implemented memory manipulation
* implemented button control
* fixed mode change
* improved reset behavior
* implemented directory commands
* implemented file commands
* improved data communication
* refactorings
2023-12-17 17:20:35 +01:00
Bernd Herzog
5a850984b9
Calculator app ( #1474 )
...
* implemented calculator app
* improved output
* refactoring
2023-10-08 16:24:02 +02:00
Bernd Herzog
abb42e8df4
added executeable bit for new scripts ( #1471 )
2023-10-03 08:17:45 +02:00
Bernd Herzog
7fdb1af69d
External apps ( #1469 )
...
* implemented external app build
* added some ui stuff for testing
* added pacman game
* wired key to pacman game
* fixed pacman drawing issue
* changed afsk rx app to be external
* fixed ui::NavigationView initialization for external apps
* refactoring
* refactoring
* moved m4 image to external app
* added script for external app deployment
* refactoring
* implemented dynamic app listing
* added color to app icon
* improved app loading
* added external apps to sd card content
* refactoring
* review findings
* typo
* review findings
* improved memory management of bitmaps
2023-10-02 20:19:22 +02:00
Mark Thompson
e60c4dc34b
Paint Roller icon for S.Painter & fix make_bitmap.py to generate Clang-compliant code ( #1181 )
...
* Generate Clang-compliant output file
* Paint roller icon for Screen Painter app
* Paint roller icon for Screen Painter app
* Paint roller icon for Spectrum Painter
2023-06-23 07:57:35 -07:00
ArjanOnwezen
6aff53f184
Updated icao24.db, improved python scripts. ( #1013 )
...
updated icao24.db
improved icao24.db generation speed ( a few second, instead of an hour)
small fixes
2023-05-19 22:02:24 +02:00
Bernd Herzog
7b4662fe4a
fixed packing
2023-03-21 22:01:09 +01:00
Bernd Herzog
8fcedb017c
fixed script
2023-03-21 21:31:59 +01:00
Bernd Herzog
7b3ab64930
fixed data packing
2023-03-21 21:27:32 +01:00
Bernd Herzog
b856b047cc
added compression of baseband images
2023-03-21 19:18:38 +01:00
GullCode
5577ec82ed
Merge pull request #729 from BehleZebub/patch-1
...
Update generate_world_map.bin.py
2022-11-02 17:54:42 +01:00
GullCode
da98e7739e
Update generate_world_map.bin.py
...
Formatting text
2022-11-02 17:21:56 +01:00
BehleZebub
587fbfbbb1
added shebang line for pyhton3 on unix
2022-11-02 00:36:04 +01:00
BehleZebub
95d1bca9fd
changed from python2 to python3
2022-10-30 00:04:31 +02:00
BehleZebub
1a5c360efe
changed from python2 to python3
2022-10-30 00:04:07 +02:00
BehleZebub
560c7143bf
Update make_dcs.py
2022-10-30 00:03:07 +02:00
BehleZebub
6fc03a2651
changed from python2 to python3
2022-10-30 00:02:01 +02:00
BehleZebub
f31ee1172d
changed from python2 to python3
2022-10-30 00:00:55 +02:00
BehleZebub
996e648a64
changed from python2 to python3
2022-10-30 00:00:26 +02:00
BehleZebub
ca4f68d24a
changed from python2 to python3
2022-10-29 23:58:26 +02:00
BehleZebub
c9657bc92b
Update generate_world_map.bin.py
...
corrected typo in print();
2022-10-28 17:38:00 +02:00
BehleZebub
b8d98e4f45
Update generate_world_map.bin.py
...
forced endianess on outfile.write() to little endian and closed outfile at the end
2022-10-22 23:42:40 +02:00
MattLodge
6c5f8a38e0
Update generate_world_map.bin.py ( #640 )
...
Use bytes instead of strings to write ADSB map binary for python3
2022-05-09 07:27:15 +12:00
notpike
0e9c7448c0
Added GRC C16 to complex script
2022-04-17 11:05:20 -07:00
ArjanOnwezen
eec4cd8778
Delete icao24.db
...
delete duplicated icao24.db, since it should only be placed in /sdcard/ASDB folder
2022-04-01 14:02:03 +02:00
ArjanOnwezen
d7a795b8f2
Delete mids.db
...
delete duplicate mids.db, since it should only be placed in /sdcard/AIS folder
2022-04-01 14:00:57 +02:00
Erwin Ried
8688ac0e05
Merge pull request #520 from ArjanOnwezen/add-country-info-to-ais-app
...
Added country to AIS app, so you know from which country a vessel is.
2022-03-28 10:08:39 +02:00
Arjan Onwezen
be0427889f
Added country to AIS app, so you know from which country a vessel is.
...
It's using the MID database, which is also part of the PR.
mids.db should be placed in /AIS folder on SD card.
2022-03-27 12:34:26 -04:00
Erwin Ried
3cb3c95349
Merge pull request #516 from ArjanOnwezen/updated-airlines.db
...
updated airlines.db
2022-03-25 15:44:32 +01:00
Arjan Onwezen
8e3fa0b9ea
updated icao24.db
2022-03-25 10:18:22 -04:00
Arjan Onwezen
00b43299ad
updated airlines.db
2022-03-25 08:47:47 -04:00
Arjan Onwezen
9792e13cbf
fixes and cleanup
2021-12-17 14:27:00 -05:00
Arjan Onwezen
708111066e
removed duplicate file, README changes
2021-12-01 17:32:13 -05:00
Arjan Onwezen
96db26e884
added icao24.db database and tool generator
2021-11-28 11:08:34 -05:00
Arjan Onwezen
bbd9a865de
new airlines_db
2021-11-22 17:13:46 -05:00
heurist1
be01ca6da1
Significantly improved adsb demod
...
Change preamble detection, reduce cpu load
2021-10-15 14:26:33 +01:00
Erwin Ried
47c5c1e9e5
Update generate_world_map.bin.py
...
Fix for https://github.com/eried/portapack-mayhem/issues/217
2020-10-24 22:38:43 +02:00
Erwin Ried
3425ca8d54
Update generate_world_map.bin.py
2020-08-26 01:40:51 +02:00
Erwin Ried
9aa2d17753
Python3 compatibility
2020-05-29 00:03:47 +02:00