Hi Matt,
the jallib_full-1.6.0.zip archive contains the same mistake: recurrent
compiler folder instead of jaledit 1.01.
Perhaps you can correct that?
thank you!


On Sat, Feb 20, 2021 at 2:36 AM 'Mike' via jallib <[email protected]>
wrote:

> There's a library for si5351...Nice!
>
> Regards,
> Mike
>
>
> On Monday, February 8, 2021 at 10:34:02 PM UTC-5 [email protected]
> wrote:
>
>> Hi Everyone,
>>
>> Jallib 1.6.0 is available to download from the justanotherlanguage.org 
>> downloads
>> page.
>>
>>    - jallib-1.6.0.zip
>>    
>> <http://www.justanotherlanguage.org/sites/default/files/ftp_server/builds/release/jallib-1.6.0.zip>
>>    - jallib_full-1.6.0.zip
>>    
>> <http://www.justanotherlanguage.org/sites/default/files/ftp_server/builds/release/jallib_full-1.6.0.zip>
>>    - jallib_full_win_setup-1.6.0beta.exe
>>    
>> <http://www.justanotherlanguage.org/sites/default/files/ftp_server/builds/release/jallib_full_win_setup-1.6.0beta.exe>
>>
>> Changes since 1.5.0
>>
>> device files:
>>  - Added device files for 18f27q43, 18f47q43, 18f57q43
>>  - Added device filse for 18f26q43, 18f46q43, 18f56q43
>>  - Fixed issue #235. Multiple device files changed
>>  - Added device files for 18f25q43, 18f45q43, 18f55q43
>>  - All device files where updated due to new compiler version fixing
>> issue #14 requiring new compiler pragma
>>  - Added device files for 16f15213, 16f15214, 16f15223, 16f15224,
>> 16f15243, 16f15244
>>  - Added device files for 18f06q40, 18f16q40
>>
>> externals:
>>  - Added library for the nRF24L01+ transceiver
>>  - Added library for the digital potentiometers X9C102, X9C103, X9C104,
>> X9C503
>>  - Added library for TM1637
>>  - Added library for SSD1306 graphics display module
>>  - Added library for the nRF905 transceiver
>>  - Added library for Si5351a clock generator
>>  - Added library for DFPlayer Mini
>>
>> filesystem:
>>  -
>>
>> compiler:
>>  - Added new compiler, version jalv25r4, fixing compiler issue #10, #14
>> and #15.
>>
>> jal:
>>  - Added print_float procedure to the print.jal libary, fixing jallib
>> issue #197.
>>  - Update of large_array_1.jal .. large_array_4.jal generated via
>> generate_large_array.py script
>>
>> networking:
>>  -
>>
>> peripherals:
>>  - Update of memory_pointer0.jal, memory_pointer1.jal and
>> memory_pointer2.jal to support PICs without POSTINC function.
>>  - Added library pic_data_hef.jal for programming High Endurance Flash.
>>  - Update of libraries serial_software.jal, serial_hardware.jal,
>> serial_hardware2.jal, serial_hw_int_cts.jal, serial_hw2_int_cts.jal
>>    to support PICs with newer USARTs.
>>
>>  projects:
>>  -
>>
>> protocols:
>>  -
>>
>> samples:
>>  - Added 16f1823_nrf24l01.jal, 16f1825_nrf24l01.jal - Sample files for
>> the nRF24L01+ library
>>  - Changed the default of all blink samples to LVP ENABLED instead of
>> DISABLED
>>  - Added samples 18f27q43_blink_hs.jal, 18f47q43_blink_hs.jal,
>> 18f57q43_blink_hs.jal
>>  - Added sample file 16f1825_large_array.jal
>>  - Added sample files for digital potentiometer:
>> 16f877_digital_potentiometer_x9c10x.jal,
>> 16f1823_digital_potentiometer_x9c10x.jal
>>    and 18f4550_digital_potentiometer_x9c10x.jal
>>  - Added samples 18f26q43_blink_hs.jal, 18f46q43_blink_hs.jal,
>> 18f56q43_blink_hs.jal
>>  - Added samples for programming High Endurance Flash:
>> 16f1455_data_hef.jal, 16f1503_data_hef.jal, 16f1507_data_hef.jal,
>>    16f1508_data_hef.jal and 16f1765_data_hef.jal
>>  - Added 16f1823_tm1637.jal - Sample file for TM1637 library
>>  - Added 16f1825_glcd_ssd1306_font.jal and
>> 16f18857_glcd_ssd1306_font_graphics.jal - Sample for SSD1306 graphics
>> display module
>>  - Added 16f1823_nrf905.jal, 16f1825_nrf905.jal - Sample files for the
>> nRF905 library
>>  - Added samples 18f25q43_blink_hs.jal, 18f45q43_blink_hs.jal,
>> 18f55q43_blink_hs.jal
>>  - Added 16f1825_si5351a.jal, 16f18857_si5351a.jal - Sample files for
>> Si5351a library.
>>  - Added 12f617_dfplayer.jal, 16f1823_dfplayer.jal, 16f19176_dfplayer.jal
>> - Sample files for dfplayer library.
>>  - Added samples 16f15213_blink_intosc.jal, 16f15214_blink_intosc.jal,
>> 16f15223_blink_intosc.jal, 16f15224_blink_intosc.jal,
>>                  16f15243_blink_intosc.jal, 16f15244_blink_intosc.jal
>>  - Added samples 18f06q40_blink_hs.jal, 18f16q40_blink_hs.jal
>>  - Added samples 18f47q43_serial_hardware.jal,
>> 18f47q43_serial_hardware2.jal, 18f47q43_serial_hw_int_cts.jal,
>>                  18f47q43_serial_hw2_int_cts.jal,
>> 18f47q43_serial_software.jal with newer USART.
>>
>> tools:
>>  - Update of Python device file generation scripts for MPLABX_v5.35
>> including fixes of some device files
>>  - Update of blink-a-led.py script to set the default of LVP to ENABLED
>> instead of DISABLED
>>  - Update of Python device file generation scripts for MPLABX_v5.40
>> including fixes of some device files
>>  - Fixed issue #235 in pic2jal.py.
>>  - Update of Python device file generation scripts for MPLABX_v5.45
>>  - Added fix for compiler issue #14 in pic2jal.py
>>  - Added generate_large_array.py
>>
> --
> You received this message because you are subscribed to the Google Groups
> "jallib" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jallib/96b24034-1e6b-4597-a441-d693c3483f11n%40googlegroups.com
> <https://groups.google.com/d/msgid/jallib/96b24034-1e6b-4597-a441-d693c3483f11n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/CAM%2Bj4qsVyE5N23oAj3qy_Xc9Vt2OMqFFzqiBS0JJRMkUOeJ53w%40mail.gmail.com.

Reply via email to